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 7688c48 commit f25d2bcCopy full SHA for f25d2bc
.github/workflows/node.js.yml
@@ -29,7 +29,7 @@ jobs:
29
steps:
30
- uses: actions/checkout@v4
31
- name: Use Node.js ${{ matrix.node-version }}
32
- uses: actions/setup-node@v3
+ uses: actions/setup-node@v6
33
with:
34
node-version: ${{ matrix.node-version }}
35
.github/workflows/release.yml
@@ -24,7 +24,7 @@ jobs:
24
fetch-depth: 0
25
26
- name: Setup Node.js 16.x
27
28
node-version: '16.x'
registry-url: 'https://registry.npmjs.org'
0 commit comments