File tree Expand file tree Collapse file tree 2 files changed +12
-12
lines changed
Expand file tree Collapse file tree 2 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -10,13 +10,13 @@ jobs:
1010 build :
1111 runs-on : ubuntu-latest
1212 steps :
13- - uses : actions/checkout@v3
14- - uses : actions/setup-node@v3
15- with :
16- node-version : 16
17- cache : ' npm'
18- - run : npm ci
19- - run : npm run prettier
20- - run : npm run lint
21- - run : npm run validate
22- - run : npm test
13+ - uses : actions/checkout@v3
14+ - uses : actions/setup-node@v3
15+ with :
16+ node-version : 18
17+ cache : ' npm'
18+ - run : npm ci
19+ - run : npm run prettier
20+ - run : npm run lint
21+ - run : npm run validate
22+ - run : npm test
Original file line number Diff line number Diff line change 11on :
22 push :
33 tags :
4- - ' v*'
4+ - ' v*'
55
66name : Release
77
1818 - name : Use Node.js
1919 uses : actions/setup-node@v3
2020 with :
21- node-version : 16
21+ node-version : 18
2222 - run : npm ci
2323 - run : npm run build
2424 - run : npx web-ext build --no-input=true --filename "${{ steps.set-filename.outputs.filename}}"
You can’t perform that action at this time.
0 commit comments