File tree Expand file tree Collapse file tree 6 files changed +8
-15166
lines changed Expand file tree Collapse file tree 6 files changed +8
-15166
lines changed Original file line number Diff line number Diff line change 77 " @babel/preset-env" ,
88 {
99 "targets" : {
10- "node" : 14
10+ "node" : 16
1111 }
1212 }
1313 ]
Original file line number Diff line number Diff line change 1010 - name : setup node.js
1111 uses : actions/setup-node@v3
1212 with :
13- node-version : ' 18 '
13+ node-version : ' 20 '
1414 - run : npm ci
1515 - run : npm run lint
1616 timeout-minutes : 10
3333 fail-fast : false
3434 matrix :
3535 node_js_version :
36- - ' 14.17.0'
3736 - ' 16'
3837 - ' 18'
38+ - ' 20'
3939 build :
4040 runs-on : ubuntu-latest
4141 name : Build
4747 - name : setup node.js
4848 uses : actions/setup-node@v3
4949 with :
50- node-version : ' 18 '
50+ node-version : ' 20 '
5151 - run : npm ci
5252 - run : npm run build
5353 timeout-minutes : 10
Original file line number Diff line number Diff line change 1111 - name : setup node.js
1212 uses : actions/setup-node@v3
1313 with :
14- node-version : " 18 "
14+ node-version : " 20 "
1515 - run : npm ci
1616 - run : npm run build
1717 - run : npx semantic-release
Original file line number Diff line number Diff line change @@ -7,9 +7,5 @@ module.exports = {
77 'decamelize' ,
88 'escape-string-regexp' ,
99 'open-editor' ,
10-
11- // Todo[engine:node@>=16]: Requires Node 16
12- 'eslint-config-canonical' ,
13- 'glob' ,
1410 ] ,
1511} ;
You can’t perform that action at this time.
0 commit comments