File tree Expand file tree Collapse file tree 4 files changed +10
-3
lines changed
Expand file tree Collapse file tree 4 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 2020 with :
2121 node-version-file : .node-version
2222 cache : npm
23- - run : npm i
23+ - run : npm ci
2424
2525 - run : aqua upc -prune
2626 - run : aqua upc -prune
Original file line number Diff line number Diff line change 1919 aqua_version : v2.45.0
2020 env :
2121 GITHUB_TOKEN : ${{github.token}}
22+
23+ - uses : actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4.2.0
24+ with :
25+ node-version-file : .node-version
26+ cache : npm
27+ - run : npm ci
28+
2229 - run : cmdx build
2330 - run : git add -f schema
2431
Original file line number Diff line number Diff line change 3737 with :
3838 node-version-file : .node-version
3939 cache : npm
40- - run : npm i
40+ - run : npm ci
4141
4242 - run : cmdx build
4343 - run : git add -f schema
Original file line number Diff line number Diff line change 4646 with :
4747 node-version-file : .node-version
4848 cache : npm
49- - run : npm i
49+ - run : npm ci
5050
5151 - run : cmdx build
5252 - run : git add -f schema
You can’t perform that action at this time.
0 commit comments