Skip to content

Commit

Permalink
Angular 19 (#1416)
Browse files Browse the repository at this point in the history
* Update package.json

* angular 19

* angular material 19

* Update marked

* node update
  • Loading branch information
d10sfan authored Nov 26, 2024
1 parent de6570e commit 4de8e28
Show file tree
Hide file tree
Showing 7 changed files with 8,035 additions and 9,557 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish_webui.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: '20.10.0'
node-version: '22.11.0'
- name: NPM Install
run: npm ci
- name: Angular Build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_webui.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: '20.10.0'
node-version: '22.11.0'
- name: NPM Install
run: npm ci
- name: Angular Build
Expand Down
Loading

0 comments on commit 4de8e28

Please sign in to comment.