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 ff4d1c0 commit 59824f0Copy full SHA for 59824f0
.github/workflows/ci.yaml
@@ -19,7 +19,7 @@ jobs:
19
node-version: [20.x, 24.x]
20
steps:
21
- uses: actions/checkout@v4
22
- - uses: actions/setup-node@v4
+ - uses: actions/setup-node@v6
23
with:
24
node-version: ${{ matrix.node-version }}
25
registry-url: https://registry.npmjs.org
.github/workflows/publish-release.yaml
@@ -58,7 +58,7 @@ jobs:
58
needs: create_release
59
60
61
62
63
node-version: 22.x
64
0 commit comments