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 5b88b48 commit 0571d82Copy full SHA for 0571d82
.github/workflows/build_and_test.yaml
@@ -14,7 +14,7 @@ jobs:
14
runs-on: ubuntu-latest
15
timeout-minutes: 5
16
steps:
17
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
18
- uses: actions/setup-node@v4
19
with:
20
node-version-file: ".nvmrc"
@@ -42,7 +42,7 @@ jobs:
42
matrix:
43
node: [18, 20, 22, 24]
44
45
46
47
48
node-version: ${{ matrix.node }}
.github/workflows/publish.yaml
@@ -9,7 +9,7 @@ jobs:
9
publish:
10
11
12
13
0 commit comments