Skip to content

Commit 4fa5852

Browse files
committed
Updates \n* Update node version in pipeline \n* Update spring-boot-parent \n* Update Flyway \n* Update Angular
1 parent 57e60ce commit 4fa5852

File tree

6 files changed

+559
-560
lines changed

6 files changed

+559
-560
lines changed

.github/workflows/format-action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Setup Node.js
1616
uses: actions/setup-node@v4
1717
with:
18-
node-version: 18.17.1
18+
node-version: 22.10.0
1919

2020
- name: Npm install
2121
run: npm ci

.github/workflows/frontend-test-action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Setup Node.js
1515
uses: actions/setup-node@v4
1616
with:
17-
node-version: 18.17.1
17+
node-version: ${{vars.NODE_VERSION}}
1818

1919
- name: Npm install
2020
run: npm ci

backend/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -59,12 +59,12 @@
5959
<dependency>
6060
<groupId>org.flywaydb</groupId>
6161
<artifactId>flyway-core</artifactId>
62-
<version>10.20.0</version>
62+
<version>10.20.1</version>
6363
</dependency>
6464
<dependency>
6565
<groupId>org.flywaydb</groupId>
6666
<artifactId>flyway-database-postgresql</artifactId>
67-
<version>10.20.0</version>
67+
<version>10.20.1</version>
6868
<scope>runtime</scope>
6969
</dependency>
7070
<dependency>

0 commit comments

Comments
 (0)