Skip to content

Commit

Permalink
Addressing `error @angular/compiler-cli@17.0.0: The engine "node" is …
Browse files Browse the repository at this point in the history
…incompatible with this module. Expected version "^18.13.0 || >=20.9.0". Got "16.14.0"`
  • Loading branch information
neophyte57 committed Nov 8, 2023
1 parent a669a73 commit 0a28220
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,8 @@ jobs:
- uses: actions/setup-node@v2
with:
node-version: '16.14.0'
cache: 'yarn'
cache-dependency-path: prime-angular-frontend/yarn.lock

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
Expand Down

0 comments on commit 0a28220

Please sign in to comment.