File tree Expand file tree Collapse file tree 1 file changed +15
-15
lines changed Expand file tree Collapse file tree 1 file changed +15
-15
lines changed Original file line number Diff line number Diff line change @@ -14,18 +14,18 @@ jobs:
14
14
matrix :
15
15
node-version : [14.x, 16.x, 18.x, 20.x]
16
16
steps :
17
- - name : Clean global cache
18
- run : npm cache clean --force
19
- - name : Set up Node
20
- uses : actions/checkout@v3
21
- with :
22
- node-version : ${{ matrix.node-version }}
23
- cache : ' npm'
24
- - name : Install dependencies
25
- run : npm install
26
- - name : CI build & test
27
- run : |
28
- npm run build --if-present
29
- npm test
30
- env :
31
- CI : true
17
+ - name : Clean global cache
18
+ run : npm cache clean --force
19
+ - name : Set up Node
20
+ uses : actions/checkout@v3
21
+ with :
22
+ node-version : ${{ matrix.node-version }}
23
+ cache : ' npm'
24
+ - name : Install dependencies
25
+ run : npm install
26
+ - name : CI build & test
27
+ run : |
28
+ npm run build --if-present
29
+ npm test
30
+ env :
31
+ CI : true
You can’t perform that action at this time.
0 commit comments