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.
2 parents 052ed22 + 986827e commit 46e4b94Copy full SHA for 46e4b94
.github/workflows/publish.yml
@@ -19,7 +19,7 @@ jobs:
19
runs-on: ubuntu-latest
20
steps:
21
- uses: actions/checkout@v5
22
- - uses: actions/setup-node@v4
+ - uses: actions/setup-node@v5
23
with:
24
node-version: 22
25
registry-url: https://registry.npmjs.org/
.github/workflows/test.yml
@@ -16,7 +16,7 @@ jobs:
16
node-version: [20, 22, 24]
17
18
node-version: ${{ matrix.node-version }}
cache: npm
0 commit comments