Skip to content

Commit

Permalink
build: bump Angular18 #TINFR-365 (#477)
Browse files Browse the repository at this point in the history
  • Loading branch information
lswl66 committed Aug 15, 2024
1 parent 404f185 commit 075c8b6
Show file tree
Hide file tree
Showing 6 changed files with 7,110 additions and 6,681 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
build:
working_directory: ~/ngx-gantt
docker:
- image: cimg/node:18.16-browsers
- image: cimg/node:20.16.0-browsers
steps:
- browser-tools/install-chrome
- checkout
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: 18
node-version: 20
registry-url: 'https://registry.npmjs.org'
- name: Install dependencies
run: npm ci --force
Expand Down
Loading

0 comments on commit 075c8b6

Please sign in to comment.