Skip to content

Commit

Permalink
upgrade to angular 18
Browse files Browse the repository at this point in the history
  • Loading branch information
Wooshaah committed May 23, 2024
1 parent ee1f475 commit 3ac690a
Show file tree
Hide file tree
Showing 6 changed files with 5,074 additions and 4,718 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- name: Test and build
uses: actions/setup-node@v1
with:
node-version: 18.15
node-version: 20.13
- run: npm install
- run: npm run test
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: setup Node
uses: actions/setup-node@v1
with:
node-version: 18.15
node-version: 20.13
- run: npm install
- name: Github pages
uses: sterlingwes/[email protected]
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 2.11.0 (2024-05-23)

- Upgrade to Angular 18 (Wooshaah)

# 2.11.0 (2023-11-08)

- Upgrade to Angular 17 (ebrehault)
Expand Down
Loading

0 comments on commit 3ac690a

Please sign in to comment.