File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change 1010 runs-on : ubuntu-latest
1111 steps :
1212 - uses : actions/checkout@v3
13+ - uses : dcodeIO/setup-node-nvm@master
14+ with :
15+ node-version : current
1316 - name : " Check that distribution files are unmodified"
1417 if : github.event_name == 'pull_request'
1518 run : |
2023 else
2124 printf "\nOK: Distributions files have not been modified.\n";
2225 fi
26+ - name : Install dependencies
27+ run : npm ci --no-audit
28+ - name : Check
29+ run : npm run check
2330 compiler :
2431 name : " Compiler (${{ matrix.os }}, node ${{ matrix.node_version }})"
2532 runs-on : ${{ matrix.os }}-latest
3744 run : npm ci --no-audit
3845 - name : Build
3946 run : npm run build
40- - name : Check
41- run : npm run check
4247 - name : Test
4348 run : npm test
4449 bootstrap :
You can’t perform that action at this time.
0 commit comments