feat!: drop support for node14 (#10019)

This commit is contained in:
Alex Rudenko
2023-05-02 09:37:46 +02:00
committed by GitHub
parent 21ed75890f
commit 7405d6585a
3 changed files with 3 additions and 3 deletions

View File

@@ -44,7 +44,7 @@
"author": "The Chromium Authors",
"license": "Apache-2.0",
"engines": {
"node": ">=14.1.0"
"node": ">=16.0.0"
},
"dependencies": {
"@angular-devkit/architect": "^0.1502.7",