Skip to content

Commit

Permalink
fix: bump node version to resolve ui build failure
Browse files Browse the repository at this point in the history
  • Loading branch information
Kavinjsir committed Apr 2, 2024
1 parent 9b54dae commit 70ed109
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rill-ui.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
- name: Set up NodeJS
uses: actions/setup-node@v3
with:
node-version: 16
node-version: 20

- name: Setup Env variables from Inputs for Prod
if: ( github.event_name == 'create' && startsWith(github.ref, 'refs/tags/v') ) || ( github.event_name == 'workflow_dispatch' && inputs.env == 'prod' )
Expand Down

1 comment on commit 70ed109

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.