Skip to content

Commit 41a4e77

Browse files
authored
Merge branch 'main' into ci/use-npm
2 parents 9703cc5 + 52ee663 commit 41a4e77

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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)