Skip to content

Commit cfa9b77

Browse files
committed
chore: upgrade node version in ci workflow
1 parent eeb3653 commit cfa9b77

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- name: Setup node
1212
uses: actions/setup-node@v4
1313
with:
14-
node-version: 16
14+
node-version: 20
1515
cache: 'yarn'
1616

1717
- name: Install dependencies
@@ -31,7 +31,7 @@ jobs:
3131
needs: build
3232
strategy:
3333
matrix:
34-
node: [14, 16]
34+
node: [18, 20]
3535
os: [ubuntu-latest, macos-latest, windows-latest]
3636
fail-fast: false
3737
steps:
@@ -79,7 +79,7 @@ jobs:
7979
- name: Setup node
8080
uses: actions/setup-node@v4
8181
with:
82-
node-version: 16
82+
node-version: 20
8383
cache: 'yarn'
8484

8585
- name: Install dependencies

0 commit comments

Comments
 (0)