Skip to content

Commit

Permalink
feat(pipeline): use node version 20 for sem release
Browse files Browse the repository at this point in the history
  • Loading branch information
RouHim committed Jan 20, 2024
1 parent 7e83882 commit 18b954f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ jobs:
if: github.ref == 'refs/heads/main'
uses: actions/setup-node@v4
with:
node-version: 18.x
node-version: 20

- name: Install Dependencies
if: github.ref == 'refs/heads/main'
Expand Down

0 comments on commit 18b954f

Please sign in to comment.