File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -18,21 +18,20 @@ jobs:
1818 #  Otherwise we would not know if the problem is tied to the Node.js version
1919 fail-fast : false 
2020 matrix :
21-  #  TODO: relax `'16.9.1'` to `16` once GitHub has 16.9.1 cached. 16.9.0 is broken due to https://github.com/nodejs/node/issues/40030
22-  node : [12, 14, '16.9.1'] 
21+  node : [12, 14, 16] 
2322 runs-on : ubuntu-latest 
2423 steps :
2524 - name : 🛑 Cancel Previous Runs 
2625 uses : styfle/cancel-workflow-action@0.9.0 
2726
2827 - name : ⬇️ Checkout repo 
29-  uses : actions/checkout@v2  
28+  uses : actions/checkout@v3  
3029 with :
3130 #  required by codecov/codecov-action
3231 fetch-depth : 0 
3332
3433 - name : ⎔ Setup node 
35-  uses : actions/setup-node@v2  
34+  uses : actions/setup-node@v3  
3635 with :
3736 node-version : ${{ matrix.node }} 
3837
@@ -66,10 +65,10 @@ jobs:
6665 uses : styfle/cancel-workflow-action@0.9.0 
6766
6867 - name : ⬇️ Checkout repo 
69-  uses : actions/checkout@v2  
68+  uses : actions/checkout@v3  
7069
7170 - name : ⎔ Setup node 
72-  uses : actions/setup-node@v2  
71+  uses : actions/setup-node@v3  
7372 with :
7473 node-version : 14 
7574
                         You can’t perform that action at this time. 
           
                  
0 commit comments