File tree Expand file tree Collapse file tree 3 files changed +262
-138
lines changed Expand file tree Collapse file tree 3 files changed +262
-138
lines changed Original file line number Diff line number Diff line change 1616 steps :
1717 - uses : actions/checkout@v2
1818 - name : Setup Node.js ${{ matrix.node-version }}
19- uses : actions/setup-node@v1
19+ uses : actions/setup-node@v2
2020 with :
21+ cache : npm
2122 node-version : ${{ matrix.node-version }}
2223
2324 - run : npm install -g npm
@@ -35,10 +36,10 @@ jobs:
3536 steps :
3637 - uses : actions/checkout@v2
3738 - name : Setup Node.js
38- uses : actions/setup-node@v1
39+ uses : actions/setup-node@v2
3940 with :
41+ cache : npm
4042 node-version : ' 14'
4143 - run : npm install -g npm
4244 - run : npm ci
4345 - run : npm run test:browser -- --browsers ${{ matrix.browser }}
44-
Original file line number Diff line number Diff line change 1515 steps :
1616 - uses : actions/checkout@v2
1717 - name : Setup Node.js
18- uses : actions/setup-node@v1
18+ uses : actions/setup-node@v2
1919 with :
20+ cache : npm
2021 node-version : " 16"
2122
2223 - run : npm ci
You can’t perform that action at this time.
0 commit comments