File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -16,14 +16,14 @@ jobs:
16
16
runs-on : ${{ matrix.os }}
17
17
18
18
steps :
19
- - uses : actions/checkout@v3
19
+ - uses : actions/checkout@v4
20
20
21
- - uses : actions/setup-node@v3
21
+ - uses : actions/setup-node@v4
22
22
with :
23
23
node-version : ${{ matrix.node-version }}
24
24
25
25
- name : Cache ~/.pnpm-store
26
- uses : actions/cache@v2
26
+ uses : actions/cache@v3
27
27
env :
28
28
cache-name : cache-pnpm-store
29
29
with :
40
40
- name : Install deps
41
41
run : pnpm i
42
42
43
- # Runs a set of commands using the runners shell
44
43
- name : Build and Test
45
44
run : pnpm test
46
45
55
54
needs : ["test"]
56
55
57
56
steps :
58
- - uses : actions/checkout@v3
59
- - uses : actions/setup-node@v3
57
+ - uses : actions/checkout@v4
58
+ - uses : actions/setup-node@v4
60
59
with :
61
60
node-version : ${{matrix.node-version}}
62
61
- name : Cache ~/.pnpm-store
You can’t perform that action at this time.
0 commit comments