Skip to content

Commit fa9d655

Browse files
authored
Update to Node 18 (#911)
1 parent 5c6829b commit fa9d655

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/actions/setup/action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ runs:
55
steps:
66
- uses: actions/setup-node@v4
77
with:
8-
node-version: 16.x
8+
node-version: 18.x
99
cache: yarn
1010

1111
- name: Install dependencies

.node-version

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
16
1+
18

0 commit comments

Comments
 (0)