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 68c5292 commit b9cab26Copy full SHA for b9cab26
.github/workflows/ci.yml
@@ -16,7 +16,7 @@ jobs:
16
steps:
17
- uses: actions/[email protected]
18
- name: Use Node.js
19
- uses: actions/setup-node@v4.3.0
+ uses: actions/setup-node@v4.4.0
20
with:
21
node-version-file: ".nvmrc"
22
- run: yarn install --immutable
.github/workflows/npmpublish.yml
@@ -12,7 +12,7 @@ jobs:
12
runs-on: ubuntu-latest
13
14
15
- - uses: actions/setup-node@v4.3.0
+ - uses: actions/setup-node@v4.4.0
@@ -23,7 +23,7 @@ jobs:
23
24
25
26
27
28
node-version: 18
29
registry-url: https://registry.npmjs.org/
0 commit comments