We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d95fc5f commit d740ccbCopy full SHA for d740ccb
.github/workflows/test.yml
@@ -21,10 +21,10 @@ jobs:
21
run-test:
22
runs-on: ubuntu-latest
23
steps:
24
- - uses: actions/checkout@v3
25
- - uses: actions/setup-node@v3
+ - uses: actions/checkout@v4
+ - uses: actions/setup-node@v4
26
with:
27
- node-version: 16
+ node-version: 20.x
28
registry-url: https://registry.npmjs.org/
29
- run: |
30
npm install --audit=false --fund=false --package-lock=false
0 commit comments