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 ead1138 commit ebb3e90Copy full SHA for ebb3e90
.github/workflows/ci.yml
@@ -21,7 +21,7 @@ jobs:
21
- x.x.x # safety net; don't remove
22
steps:
23
- uses: actions/checkout@v5
24
- - uses: actions/setup-node@v4
+ - uses: actions/setup-node@v5
25
with:
26
node-version: ${{ matrix.node_version }}
27
- run: npm ci
.github/workflows/npm-publish.yml
@@ -12,7 +12,7 @@ jobs:
12
runs-on: ubuntu-latest
13
14
15
16
17
node-version: 22
18
@@ -25,7 +25,7 @@ jobs:
id-token: write
28
29
30
node-version: 22.x
31
registry-url: 'https://registry.npmjs.org'
0 commit comments