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 cb30589 commit da6100eCopy full SHA for da6100e
.github/workflows/ci.yml
@@ -26,7 +26,7 @@ jobs:
26
version: "latest"
27
28
- name: Setup Nodejs ${{ matrix.node-version }}
29
- uses: actions/setup-node@v3
+ uses: actions/setup-node@v4
30
with:
31
node-version: ${{ matrix.node-version }}
32
cache: "pnpm"
.github/workflows/release.yaml
@@ -20,7 +20,7 @@ jobs:
20
21
22
- name: Setup Nodejs
23
24
25
registry-url: "https://registry.npmjs.org"
0 commit comments