Commit 06a2e36 1 parent adaaceb commit 06a2e36 Copy full SHA for 06a2e36
File tree 3 files changed +9
-4
lines changed
3 files changed +9
-4
lines changed Original file line number Diff line number Diff line change 9
9
- name : Checkout code
10
10
uses : actions/checkout@v4
11
11
12
- - run : corepack enable
12
+ - name : Install pnpm
13
+ uses : pnpm/action-setup@v4
14
+
15
+ - run : Install Node.js
13
16
- uses : actions/setup-node@v4
14
17
with :
15
- node-version : lts/*
18
+ node-version-file : ' .node-version '
16
19
cache : ' pnpm'
17
20
18
21
- name : Install dependencies
Original file line number Diff line number Diff line change @@ -17,12 +17,13 @@ jobs:
17
17
with :
18
18
fetch-depth : 0
19
19
20
- - run : corepack enable
20
+ - name : Install pnpm
21
+ uses : pnpm/action-setup@v4
21
22
22
23
- name : Set node
23
24
uses : actions/setup-node@v4
24
25
with :
25
- node-version : lts/*
26
+ node-version-file : ' .node-version '
26
27
cache : pnpm
27
28
registry-url : ' https://registry.npmjs.org'
28
29
Original file line number Diff line number Diff line change
1
+ 22.12
You can’t perform that action at this time.
0 commit comments