Skip to content

Commit 7b8c1fb

Browse files
committed
fix: update minimum node version to 18.13.0, to align with Angular CLI
See https://github.com/angular/cli-builds/blob/1f309514d9f8d81fb2dfbcb163b554d79394a67c/bin/ng.js#L64# Please enter the commit message for your changes. Lines starting
1 parent 6c8348e commit 7b8c1fb

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@ jobs:
1212
strategy:
1313
matrix:
1414
os: [ubuntu-latest, macOS-latest, windows-latest]
15-
node-version: [16.20.2, '*']
15+
node-version: [18.13.0, '*']
1616
exclude:
1717
- os: macOS-latest
18-
node-version: 16.20.2
18+
node-version: 18.13.0
1919
- os: windows-latest
20-
node-version: 16.20.2
20+
node-version: 18.13.0
2121
fail-fast: false
2222

2323
steps:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
}
5050
},
5151
"engines": {
52-
"node": ">=16.0.0"
52+
"node": ">=18.13.0"
5353
},
5454
"devDependencies": {
5555
"@netlify/eslint-config-node": "^7.0.1",

0 commit comments

Comments
 (0)