File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 31
31
- uses : actions/checkout@v4
32
32
- uses : pnpm/action-setup@v4
33
33
with :
34
- version : 9
34
+ version : 10
35
35
- uses : actions/setup-node@v4
36
36
with :
37
37
node-version : ${{ matrix.node-version }}
Original file line number Diff line number Diff line change 11
11
- uses : actions/checkout@v3
12
12
- uses : pnpm/action-setup@v4
13
13
with :
14
- version : 9
14
+ version : 10
15
15
- uses : actions/setup-node@v4
16
16
with :
17
17
node-version-file : ' .node-version'
@@ -40,10 +40,10 @@ jobs:
40
40
- uses : actions/checkout@v4
41
41
- uses : pnpm/action-setup@v4
42
42
with :
43
- version : 9
44
- - uses : actions/setup-node@v2
43
+ version : 10
44
+ - uses : actions/setup-node@v4
45
45
with :
46
- node-version : 20.x
46
+ node-version-file : ' .node-version '
47
47
cache : pnpm
48
48
cache-dependency-path : pnpm-lock.yaml
49
49
- run : pnpm install --frozen-lockfile --production false
You can’t perform that action at this time.
0 commit comments