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 549d516 + 814d64f commit 3112549Copy full SHA for 3112549
.github/workflows/ci.yml
@@ -27,7 +27,7 @@ jobs:
27
- uses: actions/checkout@v5
28
29
- name: Use Node.js ${{ matrix.node-version }}
30
- uses: actions/setup-node@v5
+ uses: actions/setup-node@v6
31
with:
32
node-version: ${{ matrix.node-version }}
33
cache: npm
.github/workflows/release.yml
@@ -9,7 +9,7 @@ jobs:
9
runs-on: ubuntu-latest
10
steps:
11
12
- - uses: actions/setup-node@v5
+ - uses: actions/setup-node@v6
13
14
node-version: '18.x'
15
registry-url: 'https://registry.npmjs.org'
0 commit comments