File tree Expand file tree Collapse file tree 3 files changed +10
-4
lines changed Expand file tree Collapse file tree 3 files changed +10
-4
lines changed Original file line number Diff line number Diff line change @@ -16,12 +16,12 @@ jobs:
1616
1717 strategy :
1818 matrix :
19- node-version : [10.x, 12.x, 14 .x]
19+ node-version : [16 .x]
2020
2121 steps :
2222 - uses : actions/checkout@v2
2323 - name : Use Node.js ${{ matrix.node-version }}
24- uses : actions/setup-node@v1
24+ uses : actions/setup-node@v3
2525 with :
2626 node-version : ${{ matrix.node-version }}
2727 - run : npm ci
Original file line number Diff line number Diff line change @@ -3,6 +3,12 @@ name: Deploy
33on :
44 push :
55 branches : [ main ]
6+ workflow_dispatch :
7+ inputs :
8+ logLevel :
9+ description : ' Log level'
10+ required : true
11+ default : ' warning'
612
713jobs :
814 deploy :
1218 - uses : actions/checkout@v2
1319
1420 - name : setup Node
15- uses : actions/setup-node@v2.1.2
21+ uses : actions/setup-node@v3
1622 with :
17- node-version : ' 12 .x'
23+ node-version : ' 16 .x'
1824
1925 - run : npm ci
2026 - run : npm run build
You can’t perform that action at this time.
0 commit comments