Commit 627953d 1 parent c779631 commit 627953d Copy full SHA for 627953d
File tree 4 files changed +15642
-11890
lines changed
4 files changed +15642
-11890
lines changed Original file line number Diff line number Diff line change @@ -19,11 +19,11 @@ jobs:
19
19
uses : actions/checkout@v4
20
20
21
21
- name : Use Node
22
- uses : actions/setup-node@v3
22
+ uses : actions/setup-node@v4
23
23
with :
24
- node-version : ' 18 '
24
+ node-version : 18
25
25
26
- - uses : pnpm/action-setup@v2
26
+ - uses : pnpm/action-setup@v4
27
27
with :
28
28
version : 8
29
29
run_install : true
Original file line number Diff line number Diff line change @@ -23,19 +23,19 @@ jobs:
23
23
uses : actions/checkout@v4
24
24
25
25
- name : Use Node
26
- uses : actions/setup-node@v3
26
+ uses : actions/setup-node@v4
27
27
with :
28
- node-version : ' 18 '
28
+ node-version : 18
29
29
30
30
- name : Cache pnpm modules
31
- uses : actions/cache@v3
31
+ uses : actions/cache@v4
32
32
with :
33
33
path : ~/.pnpm-store
34
34
key : ${{ runner.os }}-${{ hashFiles('**/pnpm-lock.yaml') }}
35
35
restore-keys : |
36
36
${{ runner.os }}-
37
37
38
- - uses : pnpm/action-setup@v2
38
+ - uses : pnpm/action-setup@v4
39
39
with :
40
40
version : 8
41
41
run_install : |
45
45
run : pnpm tsc
46
46
47
47
- name : Setup build cache
48
- uses : actions/cache@v3
48
+ uses : actions/cache@v4
49
49
id : build-cache
50
50
with :
51
51
path : packages/**/dist
Original file line number Diff line number Diff line change @@ -20,19 +20,19 @@ jobs:
20
20
fetch-depth : 0
21
21
22
22
- name : Use Node
23
- uses : actions/setup-node@v3
23
+ uses : actions/setup-node@v4
24
24
with :
25
- node-version : ' 18 '
25
+ node-version : 18
26
26
27
27
- name : Cache pnpm modules
28
- uses : actions/cache@v3
28
+ uses : actions/cache@v4
29
29
with :
30
30
path : ~/.pnpm-store
31
31
key : ${{ runner.os }}-${{ hashFiles('**/pnpm-lock.yaml') }}
32
32
restore-keys : |
33
33
${{ runner.os }}-
34
34
35
- - uses : pnpm/action-setup@v2
35
+ - uses : pnpm/action-setup@v4
36
36
with :
37
37
version : 8
38
38
run_install : |
You can’t perform that action at this time.
0 commit comments