diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index a804edb..ddbf0a9 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -17,7 +17,7 @@ jobs: - uses: actions/checkout@v5 - uses: actions/setup-node@v6 with: - node-version: 22 + node-version: 24 check-latest: true cache: npm - run: npm install -g @angular/cli && npm ci && ng build diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index ec9a239..3f292fc 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -24,7 +24,7 @@ jobs: - uses: actions/checkout@v5 - uses: actions/setup-node@v6 with: - node-version: 22 + node-version: 24 check-latest: true cache: npm - run: npm install -g @angular/cli && npm ci && ng build --configuration ${{ matrix.env }}