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 5252782 commit 012b02eCopy full SHA for 012b02e
.github/workflows/build.yml
@@ -25,7 +25,7 @@ jobs:
25
- uses: actions/checkout@v4
26
27
- name: Set up NodeJS
28
- uses: actions/setup-node@v3
+ uses: actions/setup-node@v6
29
with:
30
node-version: 16
31
.github/workflows/release.yml
@@ -12,7 +12,7 @@ jobs:
12
13
14
# Setup .npmrc file to publish to npm
15
- - uses: actions/setup-node@v3
+ - uses: actions/setup-node@v6
16
17
node-version: '16.x'
18
registry-url: 'https://registry.npmjs.org'
0 commit comments