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 cf44e6a commit ba5511cCopy full SHA for ba5511c
.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@v5
+ - uses: actions/checkout@v6
24
- uses: actions/setup-node@v6
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: 24
@@ -24,7 +24,7 @@ jobs:
permissions:
id-token: write
27
28
29
30
node-version: 24.x
0 commit comments