Skip to content

Commit 9541cda

Browse files
authored
update actions + rxjs + karma-coverage (#36)
1 parent fc2eb3a commit 9541cda

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/build-gh-pages-demo.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
uses: actions/checkout@v3
1414

1515
- name: Setup node
16-
uses: actions/setup-node@v2
16+
uses: actions/setup-node@v3
1717
with:
1818
node-version: '16.x'
1919

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,6 @@ jobs:
5959
uses: fullstack-devops/awesome-ci-action@main
6060

6161
- name: Publish release
62-
run: awesome-ci release publish --release-id "${{ needs.create_release.outputs.release-id }}"
62+
run: awesome-ci release publish --release-id ${{ needs.create_release.outputs.release-id }}
6363
env:
6464
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,19 +21,19 @@
2121
"private": false,
2222
"dependencies": {
2323
"@angular/animations": "^14.2.12",
24-
"@angular/cdk": "14.2.7",
24+
"@angular/cdk": "^14.2.7",
2525
"@angular/common": "^14.2.12",
2626
"@angular/compiler": "^14.2.12",
2727
"@angular/core": "^14.2.12",
2828
"@angular/forms": "^14.2.12",
29-
"@angular/material": "14.2.7",
29+
"@angular/material": "^14.2.7",
3030
"@angular/platform-browser": "^14.2.12",
3131
"@angular/platform-browser-dynamic": "^14.2.12",
3232
"@angular/router": "^14.2.12",
3333
"date-fns": "^2.29.3",
3434
"material-icons": "^1.13.1",
3535
"postcss": "^8.4.20",
36-
"rxjs": "~7.5.6",
36+
"rxjs": "^7.8.0",
3737
"tailwindcss": "^3.2.4",
3838
"tslib": "^2.4.0",
3939
"zone.js": "~0.11.7"
@@ -56,7 +56,7 @@
5656
"jasmine-core": "~4.0.0",
5757
"karma": "~6.3.0",
5858
"karma-chrome-launcher": "~3.1.0",
59-
"karma-coverage": "~2.1.0",
59+
"karma-coverage": "~2.2.0",
6060
"karma-jasmine": "~4.0.0",
6161
"karma-jasmine-html-reporter": "~1.7.0",
6262
"ng-packagr": "^14.2.2",

0 commit comments

Comments
 (0)