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 8ed1ddc commit af146b0Copy full SHA for af146b0
.github/workflows/ci.yml
@@ -20,7 +20,7 @@ jobs:
20
- 22 # remove May 2027
21
- x.x.x # safety net; don't remove
22
steps:
23
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
24
- uses: actions/setup-node@v4
25
with:
26
node-version: ${{ matrix.node_version }}
.github/workflows/npm-publish.yml
@@ -11,7 +11,7 @@ jobs:
11
build:
12
runs-on: ubuntu-latest
13
14
15
16
17
node-version: 22
@@ -24,7 +24,7 @@ jobs:
permissions:
id-token: write
27
28
29
30
node-version: 22.x
0 commit comments