File tree Expand file tree Collapse file tree 1 file changed +8
-12
lines changed Expand file tree Collapse file tree 1 file changed +8
-12
lines changed Original file line number Diff line number Diff line change @@ -12,13 +12,11 @@ jobs:
12
12
with :
13
13
fetch-depth : 0
14
14
- run : sudo apt-get install -y valgrind
15
-
15
+ - uses : pnpm/action-setup@v2
16
+ - uses : actions/setup-node@v3
16
17
with :
17
- version : 7
18
- - uses : " actions/setup-node@v3"
19
- with :
20
- cache : " pnpm"
21
- node-version-file : " .nvmrc"
18
+ cache : pnpm
19
+ node-version-file : .nvmrc
22
20
- run : pnpm install --frozen-lockfile --prefer-offline
23
21
- run : pnpm moon check --all
24
22
@@ -29,13 +27,11 @@ jobs:
29
27
with :
30
28
fetch-depth : 0
31
29
- run : sudo apt-get install -y valgrind
32
-
33
- with :
34
- version : 7
35
- - uses : " actions/setup-node@v3"
30
+ - uses : pnpm/action-setup@v2
31
+ - uses : actions/setup-node@v3
36
32
with :
37
- cache : " pnpm"
38
- node-version-file : " .nvmrc"
33
+ cache : pnpm
34
+ node-version-file : .nvmrc
39
35
- run : pnpm install --frozen-lockfile --prefer-offline
40
36
- run : pnpm moon run :build
41
37
You can’t perform that action at this time.
0 commit comments