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 51079de commit ce601d5Copy full SHA for ce601d5
.github/workflows/cicd.yml
@@ -18,7 +18,7 @@ jobs:
18
- name: Setup pnpm
19
uses: pnpm/action-setup@v4
20
- name: Setup Node.js
21
- uses: actions/setup-node@v5
+ uses: actions/setup-node@v6
22
with:
23
node-version-file: '.nvmrc'
24
cache: 'pnpm'
.github/workflows/release.yaml
@@ -19,7 +19,7 @@ jobs:
- name: Setup Node
node-version-file: ".nvmrc"
25
cache: "pnpm"
0 commit comments