Skip to content

Commit

Permalink
move corepack enable to get repo version
Browse files Browse the repository at this point in the history
  • Loading branch information
sokra committed Sep 18, 2023
1 parent f2a5f54 commit 4f4ebf8
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/trigger_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,9 @@ jobs:
steps:
- name: Setup node
uses: actions/setup-node@v3
if: ${{ steps.docs-change.outputs.docsChange == 'nope' }}
with:
node-version: 18
check-latest: true
- run: corepack enable

- run: git clone https://github.com/vercel/next.js.git --depth=25 .

Expand All @@ -56,8 +54,7 @@ jobs:
- name: tune linux network
run: sudo ethtool -K eth0 tx off rx off

- name: update pnpm
run: pnpm i -g pnpm
- run: corepack enable && pnpm --version

- id: get-store-path
run: echo STORE_PATH=$(pnpm store path) >> $GITHUB_OUTPUT
Expand Down

0 comments on commit 4f4ebf8

Please sign in to comment.