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 6f7c9cb commit 9a33e78Copy full SHA for 9a33e78
.github/workflows/ci.yml
@@ -20,7 +20,7 @@ jobs:
20
sudo apt-get update
21
sudo apt-get install jq
22
- name: Use Node.js
23
- uses: actions/setup-node@v5
+ uses: actions/setup-node@v6
24
with:
25
node-version: 16
26
- run: npm ci
.github/workflows/npmpublish.yml
@@ -16,7 +16,7 @@ jobs:
16
run: |
17
18
19
- - uses: actions/setup-node@v5
+ - uses: actions/setup-node@v6
registry-url: https://registry.npmjs.org/
0 commit comments