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 a351eaa commit 9416d09Copy full SHA for 9416d09
.github/workflows/ci.yml
@@ -16,12 +16,10 @@ jobs:
16
- name: Set up Node.js
17
uses: actions/setup-node@v6
18
with:
19
- node-version: '20.x'
+ node-version: 20
20
21
- name: Install pnpm
22
uses: pnpm/action-setup@v4
23
- with:
24
- version: 10
25
26
- name: Get pnpm store directory
27
id: store-path
.github/workflows/release.yml
@@ -25,13 +25,11 @@ jobs:
- name: Setup Node.js
28
29
registry-url: 'https://registry.npmjs.org'
30
31
32
33
34
35
36
- name: Install Dependencies
37
run: pnpm install
0 commit comments