File tree 4 files changed +7
-12
lines changed
4 files changed +7
-12
lines changed Original file line number Diff line number Diff line change @@ -12,16 +12,14 @@ jobs:
12
12
env :
13
13
CI : true
14
14
steps :
15
- - uses : pnpm/action-setup@v2.0.1
16
- with :
17
- version : 7.9.5
18
-
19
15
- name : Checkout Repo
20
16
uses : actions/checkout@main
21
17
with :
22
18
fetch-depth : 0
23
19
token : ${{ secrets.SEEK_OSS_CI_GITHUB_TOKEN }}
24
20
21
+ - uses : pnpm/action-setup@v2
22
+
25
23
- name : Setup Node.js
26
24
uses : actions/setup-node@main
27
25
with :
Original file line number Diff line number Diff line change 8
8
env :
9
9
CI : true
10
10
steps :
11
- - uses : pnpm/action-setup@v2.0.1
12
- with :
13
- version : 7.9.5
14
-
15
11
- name : Checkout Repo
16
12
uses : actions/checkout@main
17
13
with :
18
14
# This makes Actions fetch all Git history so that Changesets can generate changelogs with the correct commits
19
15
fetch-depth : 0
20
16
token : ${{ secrets.SEEK_OSS_CI_GITHUB_TOKEN }}
21
17
18
+ - uses : pnpm/action-setup@v2
19
+
22
20
- name : Setup Node.js
23
21
uses : actions/setup-node@main
24
22
with :
Original file line number Diff line number Diff line change 9
9
env :
10
10
CI : true
11
11
steps :
12
- - uses : pnpm/action-setup@v2.0.1
13
- with :
14
- version : 7.9.5
15
-
16
12
- name : Checkout Repo
17
13
uses : actions/checkout@main
18
14
with :
19
15
fetch-depth : 0
20
16
token : ${{ secrets.SEEK_OSS_CI_GITHUB_TOKEN }}
21
17
18
+ - uses : pnpm/action-setup@v2
19
+
22
20
- name : Setup Node.js
23
21
uses : actions/setup-node@main
24
22
with :
Original file line number Diff line number Diff line change 38
38
"volta" : {
39
39
"node" : " 16.16.0"
40
40
},
41
+ "packageManager" : " pnpm@7.9.5" ,
41
42
"devDependencies" : {
42
43
"@changesets/changelog-github" : " ^0.4.6" ,
43
44
"@preconstruct/eslint-plugin-format-js-tag" : " ^0.2.0" ,
You can’t perform that action at this time.
0 commit comments