Skip to content

Commit

Permalink
chore: update node v in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
juancho0202 committed Nov 12, 2023
1 parent b786ee2 commit 8a925b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@ jobs:
id: buildx
if: ${{ github.event_name == 'pull_request' }}
uses: docker/setup-buildx-action@v3
- 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: Test application with npm
timeout-minutes: 45
Expand Down

0 comments on commit 8a925b4

Please sign in to comment.