Skip to content

Commit eadb34b

Browse files
authored
chore: update node version in release-project workflow
Signed-off-by: Steffen van den Driest <[email protected]>
1 parent 18669f1 commit eadb34b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release-project.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,10 @@ jobs:
3737
with:
3838
username: ${{ secrets.DOCKER_HUB_USERNAME }}
3939
password: ${{ secrets.DOCKER_HUB_TOKEN }}
40-
- name: Use Node.js 14.x
40+
- name: Use Node.js 18.x
4141
uses: actions/setup-node@v4
4242
with:
43-
node-version: '14.x'
43+
node-version: '18.x'
4444

4545
- name: Build application with npm
4646
run: |

0 commit comments

Comments
 (0)