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.
2 parents f04cdb0 + 5010ac7 commit 60b00a7Copy full SHA for 60b00a7
.github/workflows/nodejs.yml
@@ -17,7 +17,7 @@ jobs:
17
steps:
18
- uses: actions/checkout@v4
19
- name: Use Node.js ${{ matrix.node-version }}
20
- uses: actions/setup-node@v3
+ uses: actions/setup-node@v4
21
with:
22
node-version: ${{ matrix.node-version }}
23
cache: npm
.github/workflows/publish.yml
@@ -9,7 +9,7 @@ jobs:
9
runs-on: ubuntu-latest
10
11
12
- - uses: actions/setup-node@v3
+ - uses: actions/setup-node@v4
13
14
node-version: 14
15
registry-url: https://registry.npmjs.org/
0 commit comments