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 10
10
runs-on : ubuntu-latest
11
11
steps :
12
12
- uses : actions/checkout@v3
13
+ - uses : dcodeIO/setup-node-nvm@master
14
+ with :
15
+ node-version : current
13
16
- name : " Check that distribution files are unmodified"
14
17
if : github.event_name == 'pull_request'
15
18
run : |
20
23
else
21
24
printf "\nOK: Distributions files have not been modified.\n";
22
25
fi
26
+ - name : Install dependencies
27
+ run : npm ci --no-audit
28
+ - name : Check
29
+ run : npm run check
23
30
compiler :
24
31
name : " Compiler (${{ matrix.os }}, node ${{ matrix.node_version }})"
25
32
runs-on : ${{ matrix.os }}-latest
37
44
run : npm ci --no-audit
38
45
- name : Build
39
46
run : npm run build
40
- - name : Check
41
- run : npm run check
42
47
- name : Test
43
48
run : npm test
44
49
bootstrap :
You can’t perform that action at this time.
0 commit comments