Skip to content

Commit 9084e29

Browse files
committed
upgrade to nodejs v20
1 parent 14e87c8 commit 9084e29

File tree

3 files changed

+669
-547
lines changed

3 files changed

+669
-547
lines changed

.github/workflows/ci-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- uses: actions/checkout@master
2121
- uses: actions/setup-node@master
2222
with:
23-
node-version: 16
23+
node-version: 20
2424
- run: npm install
2525
- run: npm run test:${{ matrix.browser }}
2626
env:

0 commit comments

Comments
 (0)