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 3662ffb commit e09fd50Copy full SHA for e09fd50
.github/workflows/nodejs.yml
@@ -11,7 +11,7 @@ jobs:
11
steps:
12
- uses: actions/checkout@v5
13
- name: Use Node.js
14
- uses: actions/setup-node@v4
+ uses: actions/setup-node@v5
15
with:
16
node-version-file: '.nvmrc'
17
- name: npm install, build, and test
.github/workflows/npmpublish.yml
@@ -9,7 +9,7 @@ jobs:
9
runs-on: ubuntu-latest
10
- - uses: actions/setup-node@v4
+ - uses: actions/setup-node@v5
node-version: 18.20.8
registry-url: https://registry.npmjs.org/
0 commit comments