Skip to content

Commit

Permalink
ci: Fixed node version
Browse files Browse the repository at this point in the history
  • Loading branch information
bahattincinic committed May 30, 2024
1 parent 4953406 commit c6fa500
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
- name: Set up Node
uses: actions/setup-node@v2
with:
node-version: "12"
node-version: "18.17.1"

- name: Install NPM packages
run: cd ui && rm package-lock.json && npm install && npm run build
Expand Down

0 comments on commit c6fa500

Please sign in to comment.