Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
wwelling committed Sep 11, 2024
1 parent 9a555c0 commit bc40572
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on: [ push, pull_request, workflow_dispatch ]

jobs:
build:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04

steps:
- uses: actions/checkout@v2
Expand Down
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -123,12 +123,14 @@
"shelljs": "0.8.5",
"static-server": "2.2.1",
"ts-node": "10.9.1",
"zone.js": "0.11.8"
"zone.js": "0.11.8",
"typescript": ">=4.2.3 <4.4"
},
"overrides": {
"@angular/compiler": "12.2.16",
"@angular/core": "12.2.16",
"@types/eslint": "6.8.1",
"@types/node": "18.11.10",
"chokidar": "3.5.3",
"fs-extra": "10.1.0",
"glob": "7.2.3",
Expand Down

0 comments on commit bc40572

Please sign in to comment.