Skip to content

Commit

Permalink
Merge pull request #313 from com-pas/update-node-version
Browse files Browse the repository at this point in the history
chore: update node version in release-project workflow
  • Loading branch information
Stef3st authored Feb 5, 2024
2 parents 18669f1 + eadb34b commit f38bf48
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 f38bf48

Please sign in to comment.