Skip to content

Commit 597e255

Browse files
authored
Merge pull request #1034 from remcohaszing/update-node-engine
Update the node engine in package.json
2 parents ef02d5b + 57acf66 commit 597e255

File tree

6 files changed

+8
-15166
lines changed

6 files changed

+8
-15166
lines changed

.babelrc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"@babel/preset-env",
88
{
99
"targets": {
10-
"node": 14
10+
"node": 16
1111
}
1212
}
1313
]

.github/workflows/feature.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
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
@@ -33,9 +33,9 @@ jobs:
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
@@ -47,7 +47,7 @@ jobs:
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

.github/workflows/main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
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

.ncurc.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff 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
};

0 commit comments

Comments
 (0)