Skip to content

Commit

Permalink
Add setup step
Browse files Browse the repository at this point in the history
  • Loading branch information
roy-coder committed Jan 6, 2025
1 parent 2b5e40f commit ad47360
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/release-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,13 @@ jobs:
with:
fetch-depth: 0

- uses: actions/[email protected]
with:
node-version: 20.x
cache: 'pnpm'

- run: pnpm install --frozen-lockfile

- name: Build
run: pnpm build

Expand Down

0 comments on commit ad47360

Please sign in to comment.