File tree Expand file tree Collapse file tree 1 file changed +8
-5
lines changed
Expand file tree Collapse file tree 1 file changed +8
-5
lines changed Original file line number Diff line number Diff line change 3535 uses : actions/setup-node@v3
3636 with :
3737 node-version : ${{ matrix.node }}
38+ cache : ' npm'
3839
3940 - name : Install dependencies
4041 run : npm ci
@@ -66,15 +67,14 @@ jobs:
6667 # - windows-latest # Internet Explorer, Edge
6768
6869 steps :
69-
70-
7170 - name : Checkout source
7271 uses : actions/checkout@v3
7372
7473 - name : Install Node
7574 uses : actions/setup-node@v3
7675 with :
77- node-version : 12
76+ node-version : 14
77+ cache : ' npm'
7878
7979 - name : Install dependencies
8080 run : npm ci
@@ -119,10 +119,13 @@ jobs:
119119
120120 steps :
121121 - name : Checkout source
122- uses : actions/checkout@v2
122+ uses : actions/checkout@v3
123123
124124 - name : Install Node
125- uses : actions/setup-node@v1
125+ uses : actions/setup-node@v3
126+ with :
127+ node-version : 14
128+ cache : ' npm'
126129
127130 - name : Install dependencies
128131 run : npm ci
You can’t perform that action at this time.
0 commit comments