Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
alecarn committed Aug 2, 2023
1 parent 440a4cb commit c379b4c
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/onPush.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16.x, 18.x]
node-version: [18.x]

steps:
- name: The branch or tag ref that triggered the workflow run.
Expand Down
21 changes: 11 additions & 10 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
"build.coverage": "ng test --code-coverage --watch=false",
"serve.coverage": "http-server ./coverage/ --port=4210 --no-browser",
"i18n": "ng2-translate-extract --dir ./src --output ./src/assets/locale/ --format=json --clean",
"pretest": "ng lint",
"test": "ng test --watch=false --browsers=ChromeHeadless",
"test.watch": "ng test",
"test.all": "npm run test && npm run e2e",
Expand Down Expand Up @@ -84,9 +83,9 @@
"@angular/compiler-cli": "^16.1.7",
"@angular/platform-browser-dynamic": "^16.1.7",
"@types/hammerjs": "^2.0.41",
"@types/jasmine": "^4.3.0",
"@types/jasmine": "^4.3.5",
"@types/jasminewd2": "~2.0.10",
"@types/node": "^18.10.0",
"@types/node": "^18.17.1",
"@typescript-eslint/eslint-plugin": "^6.2.0",
"@typescript-eslint/parser": "^6.2.0",
"angular-cli-ghpages": "^1.0.3",
Expand Down

0 comments on commit c379b4c

Please sign in to comment.