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 badabe8 commit 0ac040aCopy full SHA for 0ac040a
.github/workflows/node.js.yml
@@ -21,7 +21,7 @@ jobs:
21
steps:
22
- uses: actions/checkout@v4
23
- name: Use Node.js ${{ matrix.node-version }}
24
- uses: actions/setup-node@v4.1.0
+ uses: actions/setup-node@v4.2.0
25
with:
26
node-version: ${{ matrix.node-version }}
27
- run: npm ci
.github/workflows/npm-publish.yml
@@ -12,7 +12,7 @@ jobs:
12
runs-on: ubuntu-latest
13
14
15
- - uses: actions/setup-node@v4.1.0
+ - uses: actions/setup-node@v4.2.0
16
17
node-version: 18
18
@@ -26,7 +26,7 @@ jobs:
id-token: write
28
29
30
31
node-version: '20.x'
32
registry-url: 'https://registry.npmjs.org'
0 commit comments