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 79cc3f8 + eacee0d commit a6c0967Copy full SHA for a6c0967
2 files changed
.github/workflows/node.js.yml
@@ -19,7 +19,7 @@ jobs:
19
node-version: [20.x, 22.x, 24.x]
20
21
steps:
22
- - uses: actions/checkout@v5
+ - uses: actions/checkout@v6
23
- name: Use Node.js ${{ matrix.node-version }}
24
uses: actions/setup-node@v5
25
with:
.github/workflows/publish.yml
@@ -13,7 +13,7 @@ jobs:
13
id-token: write
14
15
16
17
18
- name: Use Node.js
0 commit comments