Skip to content

Commit a4615f0

Browse files
committed
Fix node version
1 parent b64526c commit a4615f0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test-integration-microservice.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
strategy:
1919
fail-fast: false
2020
matrix:
21-
node_version: [18]
21+
node_version: [18.17.1]
2222
os: [ubuntu-22.04]
2323
app-type:
2424
- microservice-app

.github/workflows/test-integration-oauth.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
strategy:
1919
fail-fast: false
2020
matrix:
21-
node_version: [18]
21+
node_version: [18.17.1]
2222
os: [ubuntu-22.04]
2323
app-type:
2424
- oauth-with-angular-app

0 commit comments

Comments
 (0)