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 39d12de commit 9f62dbeCopy full SHA for 9f62dbe
.github/workflows/main.yml
@@ -10,7 +10,7 @@ jobs:
10
node: [16, 18, 20]
11
runs-on: ${{ matrix.os }}
12
steps:
13
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
14
- uses: actions/setup-node@v3
15
with:
16
node-version: ${{ matrix.node }}
@@ -28,7 +28,7 @@ jobs:
28
needs: test
29
runs-on: ubuntu-latest
30
31
32
33
34
registry-url: https://registry.npmjs.org
0 commit comments