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 2ba9bdf + 8d76832 commit 02017dfCopy full SHA for 02017df
.github/workflows/node.js.yml
@@ -22,7 +22,7 @@ jobs:
22
steps:
23
- uses: actions/checkout@v4
24
- name: Use Node.js ${{ matrix.node-version }}
25
- uses: actions/setup-node@v4.0.3
+ uses: actions/setup-node@v4.1.0
26
with:
27
node-version: ${{ matrix.node-version }}
28
cache: 'npm'
.github/workflows/publish.yml
@@ -16,7 +16,7 @@ jobs:
16
17
18
- name: Use Node.js 16.x
19
20
21
node-version: 16.x
registry-url: https://registry.npmjs.org/
0 commit comments