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 11a0963 + 670163e commit 771a4d1Copy full SHA for 771a4d1
.github/workflows/nodejs.yml
@@ -17,7 +17,7 @@ jobs:
17
steps:
18
- uses: actions/checkout@v5
19
- name: Use Node.js ${{ matrix.node-version }}
20
- uses: actions/setup-node@v4
+ uses: actions/setup-node@v5
21
with:
22
node-version: ${{ matrix.node-version }}
23
cache: npm
.github/workflows/publish.yml
@@ -13,7 +13,7 @@ jobs:
13
runs-on: ubuntu-latest
14
15
16
- - uses: actions/setup-node@v4
+ - uses: actions/setup-node@v5
node-version: 22
registry-url: https://registry.npmjs.org/
0 commit comments