diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 4811c04a..d1f5bf28 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -8,7 +8,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node-version: [20.x] + node-version: [20.x, 22.x] steps: - name: Checkout Repo uses: actions/checkout@v4 diff --git a/package.json b/package.json index 5fdfb46e..4609302f 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "angular-split-app", "version": "0.0.0", "engines": { - "node": "^18 || ^20" + "node": "^18 || ^20 || ^22" }, "scripts": { "app_analyze": "npm run build && ng build --configuration production --stats-json && webpack-bundle-analyzer dist/angular-split-app/stats.json",