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 0e34d88 + 59bc7ff commit 2ba9bdfCopy full SHA for 2ba9bdf
.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.2
+ uses: actions/setup-node@v4.0.3
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