We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 967b0ac commit 52ee663Copy full SHA for 52ee663
.github/workflows/tests.yml
@@ -8,7 +8,7 @@ jobs:
8
runs-on: ubuntu-latest
9
strategy:
10
matrix:
11
- node-version: [20.x]
+ node-version: [20.x, 22.x]
12
steps:
13
- name: Checkout Repo
14
uses: actions/checkout@v4
package.json
@@ -2,7 +2,7 @@
2
"name": "angular-split-app",
3
"version": "0.0.0",
4
"engines": {
5
- "node": "^18 || ^20"
+ "node": "^18 || ^20 || ^22"
6
},
7
"scripts": {
"app_analyze": "npm run build && ng build --configuration production --stats-json && webpack-bundle-analyzer dist/angular-split-app/stats.json",
0 commit comments