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 76bf54f commit 29ce4f1Copy full SHA for 29ce4f1
.github/workflows/javascript.yml
@@ -56,7 +56,7 @@ jobs:
56
57
# https://github.com/actions/setup-node
58
- name: Set up Node.js
59
- uses: actions/setup-node@v4
+ uses: actions/setup-node@v5
60
with:
61
node-version: ${{ matrix.node-version }}
62
cache: 'npm'
.github/workflows/release_javascript.yml
@@ -12,7 +12,7 @@ jobs:
12
steps:
13
- uses: actions/checkout@v5
14
# Setup .npmrc file to publish to npm
15
- - uses: actions/setup-node@v4
+ - uses: actions/setup-node@v5
16
17
node-version: '20.x'
18
registry-url: 'https://registry.npmjs.org'
0 commit comments