Skip to content

Commit d740ccb

Browse files
committed
update github actions
1 parent d95fc5f commit d740ccb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ jobs:
2121
run-test:
2222
runs-on: ubuntu-latest
2323
steps:
24-
- uses: actions/checkout@v3
25-
- uses: actions/setup-node@v3
24+
- uses: actions/checkout@v4
25+
- uses: actions/setup-node@v4
2626
with:
27-
node-version: 16
27+
node-version: 20.x
2828
registry-url: https://registry.npmjs.org/
2929
- run: |
3030
npm install --audit=false --fund=false --package-lock=false

0 commit comments

Comments
 (0)