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 1e07153 commit e79a2a4Copy full SHA for e79a2a4
.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@v5
+ - uses: actions/setup-node@v6
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