Skip to content

Commit

Permalink
CI: Use Node 20 for Docker image building
Browse files Browse the repository at this point in the history
  • Loading branch information
AgustinSRG committed Feb 10, 2024
1 parent fceacb7 commit 9e43c77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Install NodeJS
uses: actions/setup-node@v3
with:
node-version: 18
node-version: 20

- name: Build VueJS frontend
working-directory: ./frontend
Expand Down

0 comments on commit 9e43c77

Please sign in to comment.