File tree Expand file tree Collapse file tree 1 file changed +20
-10
lines changed Expand file tree Collapse file tree 1 file changed +20
-10
lines changed Original file line number Diff line number Diff line change @@ -36,14 +36,19 @@ jobs:
36
36
run : |
37
37
./src/docker/pull.sh --no-debug
38
38
39
- - uses : actions/setup-node@v4
40
- with :
41
- node-version : ' 20'
42
-
43
39
- name : Install
44
40
uses : pnpm/action-setup@v4
41
+
42
+ - uses : actions/setup-node@v4
45
43
with :
46
- run_install : true
44
+ node-version : ' 22'
45
+ cache : pnpm
46
+ cache-dependency-path : ./pnpm-lock.yaml
47
+
48
+ - name : Install node, cypress
49
+ run : |
50
+ pnpm install --frozen-lockfile
51
+ pnpx cypress install
47
52
48
53
- name : Build itk-wasm
49
54
run : |
@@ -119,14 +124,19 @@ jobs:
119
124
run : |
120
125
./src/docker/pull.sh --no-debug
121
126
122
- - uses : actions/setup-node@v4
123
- with :
124
- node-version : ' 20'
125
-
126
127
- name : Install
127
128
uses : pnpm/action-setup@v4
129
+
130
+ - uses : actions/setup-node@v4
128
131
with :
129
- run_install : true
132
+ node-version : ' 22'
133
+ cache : pnpm
134
+ cache-dependency-path : ./pnpm-lock.yaml
135
+
136
+ - name : Install node, cypress
137
+ run : |
138
+ pnpm install --frozen-lockfile
139
+ pnpx cypress install
130
140
131
141
- name : Build itk-wasm
132
142
run : |
You can’t perform that action at this time.
0 commit comments