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 450f30e commit 241d76dCopy full SHA for 241d76d
.github/workflows/release.yml
@@ -21,12 +21,6 @@ jobs:
21
- name: Checkout
22
uses: actions/checkout@v4
23
24
- - name: Setup Node.js
25
- uses: actions/setup-node@v4
26
- with:
27
- node-version: 22
28
- cache: "pnpm"
29
-
30
# Use corepack to install pnpm
31
# Update npm to the latest version to enable OIDC
32
- name: Setup Package Managers
@@ -36,6 +30,12 @@ jobs:
36
npm install -g corepack@latest --force
37
corepack enable
38
33
+ - name: Setup Node.js
34
+ uses: actions/setup-node@v4
35
+ with:
+ node-version: 22
+ cache: "pnpm"
+
39
- name: Install Dependencies
40
run: pnpm install
41
0 commit comments