Skip to content

Commit

Permalink
Merge pull request #7 from alexfriesen/v19
Browse files Browse the repository at this point in the history
Angular 19
  • Loading branch information
alexfriesen authored Dec 12, 2024
2 parents f32f4f6 + c586b66 commit ad51490
Show file tree
Hide file tree
Showing 39 changed files with 9,354 additions and 10,776 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

strategy:
matrix:
node-version: [18, 20]
node-version: [18, 20, 22]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/

steps:
Expand Down
5 changes: 5 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"[typescript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
}
}
Loading

0 comments on commit ad51490

Please sign in to comment.