Skip to content

Commit 52ee663

Browse files
authored
feat: support node v22 (#470)
* feat: support node v22 * ci: test on node v22
1 parent 967b0ac commit 52ee663

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-latest
99
strategy:
1010
matrix:
11-
node-version: [20.x]
11+
node-version: [20.x, 22.x]
1212
steps:
1313
- name: Checkout Repo
1414
uses: actions/checkout@v4

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "angular-split-app",
33
"version": "0.0.0",
44
"engines": {
5-
"node": "^18 || ^20"
5+
"node": "^18 || ^20 || ^22"
66
},
77
"scripts": {
88
"app_analyze": "npm run build && ng build --configuration production --stats-json && webpack-bundle-analyzer dist/angular-split-app/stats.json",

0 commit comments

Comments
 (0)