Skip to content

Commit b78998f

Browse files
committed
ci(github): upgrade from Node v16 to Node v20
1 parent 6729035 commit b78998f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/check.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
uses: actions/setup-node@v3
1515
with:
1616
cache: yarn
17-
node-version: 16
17+
node-version: 20
1818
- name: Install
1919
run: yarn
2020
- name: Lint code
@@ -31,7 +31,7 @@ jobs:
3131
uses: actions/setup-node@v3
3232
with:
3333
cache: yarn
34-
node-version: 16
34+
node-version: 20
3535
- name: Install
3636
run: yarn
3737
- name: Type

0 commit comments

Comments
 (0)