Skip to content

Commit 06524d6

Browse files
authored
Update Node.js version in GitHub Actions workflow
1 parent e97f156 commit 06524d6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/master.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313

1414
strategy:
1515
matrix:
16-
node-version: [14.x]
16+
node-version: [18.x]
1717

1818
steps:
1919
- uses: actions/checkout@v3
@@ -39,4 +39,4 @@ jobs:
3939
file: ./Dockerfile
4040
platforms: linux/amd64,linux/arm64
4141
push: true
42-
tags: jembi/openhim-console:latest
42+
tags: jembi/openhim-console:latest

0 commit comments

Comments
 (0)