We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99ca63f commit d3a2280Copy full SHA for d3a2280
.github/workflows/ci.yml
@@ -21,7 +21,7 @@ jobs:
21
with:
22
node-version: ${{ matrix.node-version }}
23
- name: install
24
- run: npm install --force
+ run: npm install
25
- name: build
26
run: npm run build -- --skip-nx-cache
27
- name: test
package.json
@@ -77,7 +77,7 @@
77
"eslint-plugin-jest-dom": "3.8.0",
78
"eslint-plugin-testing-library": "^4.0.1",
79
"husky": "^6.0.0",
80
- "jasmine-core": "~3.6.0",
+ "jasmine-core": "~3.7.0",
81
"jasmine-spec-reporter": "~5.0.0",
82
"jest": "^27.0.6",
83
"jest-preset-angular": "9.0.4",
0 commit comments