Skip to content

Commit

Permalink
chore: update node version in release-project workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Steffen van den Driest <35229971+Stef3st@users.noreply.github.com>
  • Loading branch information
Stef3st committed Feb 5, 2024
1 parent 18669f1 commit eadb34b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@ jobs:
with:
username: ${{ secrets.DOCKER_HUB_USERNAME }}
password: ${{ secrets.DOCKER_HUB_TOKEN }}
- name: Use Node.js 14.x
- name: Use Node.js 18.x
uses: actions/setup-node@v4
with:
node-version: '14.x'
node-version: '18.x'

- name: Build application with npm
run: |
Expand Down

0 comments on commit eadb34b

Please sign in to comment.