Skip to content

Commit 7befb11

Browse files
committed
chore: 🤖 (deps) update deps and use npm ci
1 parent 8b170f2 commit 7befb11

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ jobs:
1515
- name: Install Node & NPM
1616
uses: actions/setup-node@v3
1717
- name: Install node modules
18-
run: npm install
18+
run: npm ci
1919
- name: Test
2020
run: npm run test

package-lock.json

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
"jest": "^28.1.3",
6565
"jest-preset-angular": "^12.2.2",
6666
"lint-staged": "^10.2.13",
67-
"ng-packagr": "^14.3.0",
67+
"ng-packagr": "14.2",
6868
"prettier": "^2.1.1",
6969
"protractor": "~7.0.0",
7070
"ts-jest": "^28.0.8",

0 commit comments

Comments
 (0)