Skip to content

Commit

Permalink
update angular 18 wip (#116)
Browse files Browse the repository at this point in the history
* update angular 18 wip

* update angular 18 : upgrade node version in ci

* update angular 18 : test ci

* update angular 18 : install sbt on ci

* update angular 18 : install sbt on ci
  • Loading branch information
Babali42 authored Jan 22, 2025
1 parent 66e6fc6 commit c8f132c
Show file tree
Hide file tree
Showing 9 changed files with 3,078 additions and 1,833 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/jest-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: '18.13'
node-version: '18.19'

- name: Install dependencies
run: npm ci
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/scala.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,11 @@ jobs:
distribution: 'temurin'
cache: 'sbt'

- name: Setup sbt
uses: olafurpg/setup-scala@v14
with:
java-version: [email protected]

- name: Start MongoDB
uses: supercharge/[email protected]
with:
Expand Down
Loading

0 comments on commit c8f132c

Please sign in to comment.