Skip to content

Commit

Permalink
Merge pull request #1034 from remcohaszing/update-node-engine
Browse files Browse the repository at this point in the history
Update the node engine in package.json
  • Loading branch information
gajus committed Apr 20, 2023
2 parents ef02d5b + 57acf66 commit 597e255
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 15,166 deletions.
2 changes: 1 addition & 1 deletion .babelrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"@babel/preset-env",
{
"targets": {
"node": 14
"node": 16
}
}
]
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/feature.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- name: setup node.js
uses: actions/setup-node@v3
with:
node-version: '18'
node-version: '20'
- run: npm ci
- run: npm run lint
timeout-minutes: 10
Expand All @@ -33,9 +33,9 @@ jobs:
fail-fast: false
matrix:
node_js_version:
- '14.17.0'
- '16'
- '18'
- '20'
build:
runs-on: ubuntu-latest
name: Build
Expand All @@ -47,7 +47,7 @@ jobs:
- name: setup node.js
uses: actions/setup-node@v3
with:
node-version: '18'
node-version: '20'
- run: npm ci
- run: npm run build
timeout-minutes: 10
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- name: setup node.js
uses: actions/setup-node@v3
with:
node-version: "18"
node-version: "20"
- run: npm ci
- run: npm run build
- run: npx semantic-release
Expand Down
4 changes: 0 additions & 4 deletions .ncurc.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,5 @@ module.exports = {
'decamelize',
'escape-string-regexp',
'open-editor',

// Todo[engine:node@>=16]: Requires Node 16
'eslint-config-canonical',
'glob',
],
};
Loading

0 comments on commit 597e255

Please sign in to comment.