File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 4040 - name : " π§ setup node"
41414242 with :
43- node-version : 16
43+ node-version : 14
4444
4545 - name : " π§ setup cache"
4646 uses : actions/cache@v2
5050 restore-keys : |
5151 ${{ runner.os }}-node-
5252
53- - name : " π§ install npm@7 "
54- run : npm i -g npm@7
53+ - name : " π§ install npm@latest "
54+ run : npm i -g npm@latest
5555
5656 - name : " π¦ install dependencies"
5757 run : npm ci
8383 - name : " π§ setup node"
84848585 with :
86- node-version : 16
86+ node-version : 14
8787
8888 - name : " π§ setup cache"
8989 uses : actions/cache@v2
9393 restore-keys : |
9494 ${{ runner.os }}-node-
9595
96- - name : " π§ install npm@7 "
97- run : npm i -g npm@7
96+ - name : " π§ install npm@latest "
97+ run : npm i -g npm@latest
9898
9999 - name : " π¦ install dependencies"
100100 run : npm ci
You canβt perform that action at this time.
0 commit comments