File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 2626 strategy :
2727 matrix :
2828 os : [windows-latest, ubuntu-latest, macos-latest]
29- node : [16 ]
29+ node : ['lts/*' ]
3030 fail-fast : true
3131 steps :
3232 - uses : actions/checkout@v2
Original file line number Diff line number Diff line change 55 strategy :
66 fail-fast : false
77 matrix :
8- node : [14.x, 16.x ]
8+ node : ['lts/*' ]
99 os : [macos-latest, ubuntu-latest, windows-latest]
1010 runs-on : ${{ matrix.os }}
1111 steps :
1212 - name : Checkout Repository
13- uses : actions/checkout@v2.4.0
13+ uses : actions/checkout@v2
1414 - name : Use Node.js ${{ matrix.node }}
15- uses : actions/setup-node@v2.5.1
15+ uses : actions/setup-node@v2
1616 with :
1717 node-version : ${{ matrix.node }}
1818 - name : Install Dependencies
@@ -29,13 +29,13 @@ jobs:
2929 if : github.event_name == 'push' && github.ref == 'refs/heads/master'
3030 steps :
3131 - name : Checkout
32- uses : actions/checkout@v2.4.0
32+ uses : actions/checkout@v2
3333 with :
3434 fetch-depth : 0
3535 - name : Setup Node.js
36- uses : actions/setup-node@v2.5.1
36+ uses : actions/setup-node@v2
3737 with :
38- node-version : 14
38+ node-version : ' lts/* '
3939 - name : Install dependencies
4040 run : |
4141 npm install --no-progress --no-package-lock --no-save
You can’t perform that action at this time.
0 commit comments