Skip to content

Commit

Permalink
chore: update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tyiuhc committed Feb 5, 2024
1 parent e33e12b commit dc5ddd1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,11 @@ jobs:
runs-on: ubuntu-latest
needs: [ authorize ]
steps:
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: '20'

- name: Checkout code
uses: actions/checkout@v2
with:
Expand Down

0 comments on commit dc5ddd1

Please sign in to comment.