Skip to content

Commit a08222d

Browse files
committed
Use node 18
1 parent 2c18c2a commit a08222d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Install Node
2323
uses: actions/setup-node@v3
2424
with:
25-
node-version: 16
25+
node-version: 18
2626
cache: yarn
2727
- name: Install Dependencies
2828
run: yarn install --frozen-lockfile
@@ -41,7 +41,7 @@ jobs:
4141
- uses: actions/checkout@v3
4242
- uses: actions/setup-node@v3
4343
with:
44-
node-version: 16
44+
node-version: 18
4545
cache: yarn
4646
- name: Install Dependencies
4747
run: yarn install --no-lockfile
@@ -71,7 +71,7 @@ jobs:
7171
- name: Install Node
7272
uses: actions/setup-node@v3
7373
with:
74-
node-version: 16
74+
node-version: 18
7575
cache: yarn
7676
- name: Install Dependencies
7777
run: yarn install --frozen-lockfile

0 commit comments

Comments
 (0)