Skip to content

Commit

Permalink
upgrade seteup-node action in UI release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mojavelinux committed Nov 21, 2023
1 parent 82a1b60 commit 3a57caf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-ui.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Install Node.js
uses: actions/setup-node@v2
uses: actions/setup-node@v4
with:
node-version: '18'
- name: Install dependencies
Expand Down

0 comments on commit 3a57caf

Please sign in to comment.