Skip to content

Commit

Permalink
enable node 18 and corepack for release jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
krystofwoldrich committed Sep 3, 2024
1 parent 18fc781 commit ec9c85e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,12 @@ jobs:
with:
token: ${{ secrets.GH_RELEASE_PAT }}
fetch-depth: 0
- run: corepack enable
- uses: actions/setup-node@v4
with:
node-version: 18
cache: 'yarn'
cache-dependency-path: yarn.lock
- name: Prepare release
uses: getsentry/action-prepare-release@v1
env:
Expand Down

0 comments on commit ec9c85e

Please sign in to comment.