Skip to content

Commit

Permalink
Merge pull request #492 from guillotinaweb/ng18
Browse files Browse the repository at this point in the history
Ng18
  • Loading branch information
ebrehault authored May 23, 2024
2 parents ee1f475 + 1924e07 commit 54d27d9
Show file tree
Hide file tree
Showing 17 changed files with 5,164 additions and 4,764 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.11
- 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.11
- run: npm install
- name: Github pages
uses: sterlingwes/gh-pages-deploy-action@v1.1
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.12.0 (2023-11-08)

- Upgrade to Angular 18 (ebrehault)

# 2.11.0 (2023-11-08)

- Upgrade to Angular 17 (ebrehault)
Expand Down
Loading

0 comments on commit 54d27d9

Please sign in to comment.