File tree Expand file tree Collapse file tree 4 files changed +40743
-15096
lines changed
Expand file tree Collapse file tree 4 files changed +40743
-15096
lines changed Original file line number Diff line number Diff line change @@ -13,12 +13,12 @@ jobs:
1313 runs-on : ubuntu-20.04
1414 steps :
1515 - name : Checkout
16- uses : actions/checkout@v2
16+ uses : actions/checkout@v3
1717
1818 - name : Setup Nodejs
19- uses : actions/setup-node@v2
19+ uses : actions/setup-node@v3
2020 with :
21- node-version : 8
21+ node-version : 16
2222
2323 - name : Install Dependencies
2424 run : npm ci
Original file line number Diff line number Diff line change 88 release :
99 name : Release
1010 runs-on : ubuntu-20.04
11- strategy :
12- matrix :
13- version : [12, 16]
1411 steps :
1512 - name : Checkout
16- uses : actions/checkout@v2
13+ uses : actions/checkout@v3
1714 with :
1815 fetch-depth : 0
1916
2017 - name : Setup Node.js
2118 uses : actions/setup-node@v3
2219 with :
23- node-version : ${{ matrix.version }}
20+ node-version : 16
2421
2522 - name : Install dependencies
2623 run : npm ci
You can’t perform that action at this time.
0 commit comments