Skip to content

Commit

Permalink
node 20
Browse files Browse the repository at this point in the history
  • Loading branch information
ciis0 committed Aug 28, 2024
1 parent cfd1c03 commit c7ac6c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ jobs:
- uses: actions/checkout@v3
with:
fetch-depth: $(( ${{ github.event_name == 'pull_request' && github.event.pull_request.commits || 0 }} + 10 ))
- name: Node 18
- name: Node
uses: actions/setup-node@v3
with:
node-version: 18
node-version: 20
- name: Build UI
working-directory: .
env:
Expand Down

0 comments on commit c7ac6c7

Please sign in to comment.