Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dockerfile base to node:20-alpine #129

Open
wants to merge 16 commits into
base: master
Choose a base branch
from
Prev Previous commit
Next Next commit
Fixing Circleci build limits
  • Loading branch information
jcortejoso committed Jan 11, 2024
commit b7e621760da77c8d3e679c7d4620fbe6be380220
2 changes: 0 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ jobs:
- *CHECKOUT-WORKSPACE
- run:
command: |
yarn run ngcc:sync
yarn test
environment:
NODE_ENV: --openssl-legacy-provider
Expand All @@ -81,7 +80,6 @@ jobs:
- *CHECKOUT-WORKSPACE
- run:
command: |
npx ng run --async false
yarn lint
environment:
NODE_ENV: --openssl-legacy-provider
Expand Down