Skip to content

Commit d3a2280

Browse files
committed
ci: remove force
1 parent 99ca63f commit d3a2280

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
with:
2222
node-version: ${{ matrix.node-version }}
2323
- name: install
24-
run: npm install --force
24+
run: npm install
2525
- name: build
2626
run: npm run build -- --skip-nx-cache
2727
- name: test

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
"eslint-plugin-jest-dom": "3.8.0",
7878
"eslint-plugin-testing-library": "^4.0.1",
7979
"husky": "^6.0.0",
80-
"jasmine-core": "~3.6.0",
80+
"jasmine-core": "~3.7.0",
8181
"jasmine-spec-reporter": "~5.0.0",
8282
"jest": "^27.0.6",
8383
"jest-preset-angular": "9.0.4",

0 commit comments

Comments
 (0)