File tree Expand file tree Collapse file tree 1 file changed +14
-14
lines changed Expand file tree Collapse file tree 1 file changed +14
-14
lines changed Original file line number Diff line number Diff line change @@ -11,25 +11,25 @@ jobs:
11
11
12
12
strategy :
13
13
matrix :
14
- node-version : [12 .x]
14
+ node-version : [14 .x]
15
15
16
16
steps :
17
- - uses : actions/checkout@v2
17
+ - uses : actions/checkout@v1
18
18
- name : Use Node.js ${{ matrix.node-version }}
19
- uses : actions/setup-node@v1
19
+ uses : actions/setup-node@v2
20
20
with :
21
21
node-version : ${{ matrix.node-version }}
22
- - name : Cache node modules
23
- uses : actions/cache@v2
24
- env :
25
- cache-name : cache-node-modules
26
- with :
27
- path : ~/.npm
28
- key : ${{ runner.os }}-build-${{ env.cache-name }}-${{ hashFiles('**/package-lock.json') }}
29
- restore-keys : |
30
- ${{ runner.os }}-build-${{ env.cache-name }}-
31
- ${{ runner.os }}-build-
32
- ${{ runner.os }}-
22
+ # - name: Cache node modules
23
+ # uses: actions/cache@v2
24
+ # env:
25
+ # cache-name: cache-node-modules
26
+ # with:
27
+ # path: ~/.npm
28
+ # key: ${{ runner.os }}-build-${{ env.cache-name }}-${{ hashFiles('**/package-lock.json') }}
29
+ # restore-keys: |
30
+ # ${{ runner.os }}-build-${{ env.cache-name }}-
31
+ # ${{ runner.os }}-build-
32
+ # ${{ runner.os }}-
33
33
- run : npm install
34
34
- run : npm run build
35
35
- name : deploy
You can’t perform that action at this time.
0 commit comments