Skip to content

Commit

Permalink
fix: setup node
Browse files Browse the repository at this point in the history
  • Loading branch information
bompo committed Oct 30, 2024
1 parent 4aff3c6 commit a048357
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,10 @@ jobs:
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: "lts/*"
- name: Download build artifacts
uses: actions/download-artifact@v3
with:
Expand All @@ -78,6 +82,10 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: "lts/*"
- name: Download build artifacts
uses: actions/download-artifact@v3
with:
Expand Down

0 comments on commit a048357

Please sign in to comment.