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 0295b96 commit d2be5e4Copy full SHA for d2be5e4
.github/workflows/nodejs.yml
@@ -19,7 +19,7 @@ jobs:
19
steps:
20
- uses: actions/checkout@v4.2.1
21
- name: Use Node.js ${{ matrix.node-version }}
22
- uses: actions/setup-node@v4.0.4
+ uses: actions/setup-node@v4.3.0
23
with:
24
node-version: ${{ matrix.node-version }}
25
- name: npm install and test
.github/workflows/npmpublish.yml
@@ -9,7 +9,7 @@ jobs:
9
runs-on: ubuntu-latest
10
11
12
- - uses: actions/setup-node@v4.0.4
+ - uses: actions/setup-node@v4.3.0
13
14
node-version: 20
15
- run: npm ci
@@ -20,7 +20,7 @@ jobs:
26
registry-url: https://registry.npmjs.org/
0 commit comments