File tree Expand file tree Collapse file tree 3 files changed +0
-6
lines changed
Expand file tree Collapse file tree 3 files changed +0
-6
lines changed Original file line number Diff line number Diff line change 1717 with :
1818 node-version : 20.19.6
1919 cache : ' npm'
20- # Downgrade to npm 9 to avoid "Exit handler never called" bug in npm 10
21- - run : npm install -g npm@9
2220 - run : npm ci
2321 - name : Run build step
2422 run : npm run build
Original file line number Diff line number Diff line change 2222 with :
2323 node-version : 20.19.6
2424 cache : ' npm'
25- # Downgrade to npm 9 to avoid "Exit handler never called" bug in npm 10
26- - run : npm install -g npm@9
2725 - run : npm ci
2826 - name : Run test cov
2927 run : npm run test:cov
Original file line number Diff line number Diff line change 3030 with :
3131 node-version : 20.19.6
3232 cache : ' npm'
33- # Downgrade to npm 9 to avoid "Exit handler never called" bug in npm 10
34- - run : npm install -g npm@9
3533 - run : npm ci
3634 - name : Run unit tests
3735 run : npm test
You can’t perform that action at this time.
0 commit comments