File tree Expand file tree Collapse file tree 5 files changed +1167
-478
lines changed Expand file tree Collapse file tree 5 files changed +1167
-478
lines changed Original file line number Diff line number Diff line change @@ -4,12 +4,12 @@ on: [push]
44
55jobs :
66 build :
7- runs-on : ubuntu-latest
7+ runs-on : self-hosted
88
99 strategy :
1010 max-parallel : 1
1111 matrix :
12- node-version : [12 .x, 14 .x]
12+ node-version : [16 .x, 18 .x]
1313
1414 steps :
1515 - uses : actions/checkout@v2
Original file line number Diff line number Diff line change @@ -3,14 +3,14 @@ on: workflow_dispatch
33
44jobs :
55 publish :
6- runs-on : ubuntu-latest
6+ runs-on : self-hosted
77 steps :
88 - name : Checkout sources
99 uses : actions/checkout@v2
10- - name : Use Node.js 14
10+ - name : Use Node.js 16
1111 uses : actions/setup-node@v2
1212 with :
13- node-version : 14
13+ node-version : 16
1414 registry-url : https://registry.npmjs.org/
1515 - name : Install dependencies
1616 run : npm ci
Original file line number Diff line number Diff line change 1+ ### 1.2.4
2+
3+ - Dependencies updated
4+
15### 1.2.3
26
37- Dependencies updated
You can’t perform that action at this time.
0 commit comments