Skip to content

Commit

Permalink
Upgrade Angular from 14 to 16, update to Node 18 #561
Browse files Browse the repository at this point in the history
  • Loading branch information
hupf committed Oct 25, 2023
1 parent 190a04b commit 98b136a
Show file tree
Hide file tree
Showing 29 changed files with 11,119 additions and 20,737 deletions.
5 changes: 0 additions & 5 deletions .browserslistrc

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/buildDeploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

strategy:
matrix:
node-version: [lts/gallium]
node-version: [18]

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lintAndTest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:

strategy:
matrix:
node-version: [lts/gallium]
node-version: [18]

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
lts/gallium
v18
Loading

0 comments on commit 98b136a

Please sign in to comment.