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