Skip to content

Commit

Permalink
Update node version in pipeline, update spring-boot-parent, update Fl…
Browse files Browse the repository at this point in the history
…yway, update Angular monorepo
  • Loading branch information
kcinay055679 committed Oct 25, 2024
1 parent 57e60ce commit 720da8f
Show file tree
Hide file tree
Showing 6 changed files with 559 additions and 560 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/format-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 18.17.1
node-version: 22.10.0

- name: Npm install
run: npm ci
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/frontend-test-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 18.17.1
node-version: ${{vars.NODE_VERSION}}

- name: Npm install
run: npm ci
Expand Down
4 changes: 2 additions & 2 deletions backend/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -59,12 +59,12 @@
<dependency>
<groupId>org.flywaydb</groupId>
<artifactId>flyway-core</artifactId>
<version>10.20.0</version>
<version>10.20.1</version>
</dependency>
<dependency>
<groupId>org.flywaydb</groupId>
<artifactId>flyway-database-postgresql</artifactId>
<version>10.20.0</version>
<version>10.20.1</version>
<scope>runtime</scope>
</dependency>
<dependency>
Expand Down
Loading

0 comments on commit 720da8f

Please sign in to comment.