Skip to content

Commit d3bae85

Browse files
committed
fixed github actions
1 parent 5f946f2 commit d3bae85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: Set up Node.js
3333
uses: actions/setup-node@v3
3434
with:
35-
node-version: '16'
35+
node-version: '20'
3636

3737
- name: Install dependencies
3838
run: yarn install

0 commit comments

Comments
 (0)