File tree 2 files changed +1844
-1524
lines changed
2 files changed +1844
-1524
lines changed Original file line number Diff line number Diff line change @@ -14,13 +14,13 @@ jobs:
14
14
- name : Checkout the repository
15
15
uses : actions/checkout@v4
16
16
- name : Install pnpm
17
- uses : pnpm/action-setup@v3
17
+ uses : pnpm/action-setup@v4
18
18
with :
19
- version : 8
19
+ version : 9
20
20
- name : Install Node.js
21
21
uses : actions/setup-node@v4
22
22
with :
23
- node-version : 21
23
+ node-version : 22
24
24
cache : pnpm
25
25
- name : Install dependencies
26
26
run : pnpm install --frozen-lockfile --ignore-scripts
@@ -33,15 +33,14 @@ jobs:
33
33
node-version :
34
34
- 20
35
35
- 18
36
- - 16
37
36
name : Node.js ${{ matrix.node-version }} Quick
38
37
steps :
39
38
- name : Checkout the repository
40
39
uses : actions/checkout@v4
41
40
- name : Install pnpm
42
- uses : pnpm/action-setup@v3
41
+ uses : pnpm/action-setup@v4
43
42
with :
44
- version : 8
43
+ version : 9
45
44
- name : Install Node.js ${{ matrix.node-version }}
46
45
uses : actions/setup-node@v4
47
46
with :
56
55
strategy :
57
56
matrix :
58
57
node-version :
58
+ - 16
59
59
- 14
60
60
- 12
61
61
- 10
You can’t perform that action at this time.
0 commit comments