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 68abedd commit 464b304Copy full SHA for 464b304
.github/workflows/nodejs.yml
@@ -13,7 +13,7 @@ jobs:
13
steps:
14
- uses: actions/[email protected]
15
- name: Use Node.js ${{ matrix.node-version }}
16
- uses: actions/setup-node@v4.0.4
+ uses: actions/setup-node@v4.1.0
17
with:
18
node-version: ${{ matrix.node-version }}
19
.github/workflows/npmpublish.yml
@@ -10,7 +10,7 @@ jobs:
10
runs-on: ubuntu-latest
11
12
- - uses: actions/setup-node@v4.0.4
+ - uses: actions/setup-node@v4.1.0
node-version: 16
- name: Install dependencies
@@ -25,7 +25,7 @@ jobs:
25
26
27
28
29
30
31
registry-url: https://registry.npmjs.org/
0 commit comments