File tree Expand file tree Collapse file tree 1 file changed +13
-13
lines changed Expand file tree Collapse file tree 1 file changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -4,17 +4,17 @@ on: [push, pull_request]
4
4
5
5
jobs :
6
6
test :
7
- runs-on : ubuntu-latest
8
- steps :
9
- - uses : actions/checkout@v3
10
- - uses : actions/setup-node@v3
11
- with :
12
- node-version : 20
13
- - name : Cache Modules
14
- uses : actions/cache@v3
15
- with :
16
- path : " **/node_modules"
17
- key : ${{ runner.os }}-modules-${{ hashFiles('**/package-lock.json') }}
18
- - run : npm run install
19
- - run : npm run test
7
+ runs-on : ubuntu-latest
8
+ steps :
9
+ - uses : actions/checkout@v3
10
+ - uses : actions/setup-node@v3
11
+ with :
12
+ node-version : 20
13
+ - name : Cache Modules
14
+ uses : actions/cache@v3
15
+ with :
16
+ path : " **/node_modules"
17
+ key : ${{ runner.os }}-modules-${{ hashFiles('**/package-lock.json') }}
18
+ - run : npm run install
19
+ - run : npm run test
20
20
You can’t perform that action at this time.
0 commit comments