Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
volar committed Dec 5, 2023
1 parent 823b0eb commit b8a3a11
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/release-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,18 +12,15 @@ jobs:
- name: Checkout
uses: actions/checkout@v3

- name: Enable corepack
run: corepack enable

- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: '20'
cache: 'yarn'
cache-dependency-path: 'yarn.lock'

# - name: Enable corepack
# run: corepack enable
- name: Enable corepack
run: corepack enable

- name: Install dependencies
run: yarn install --immutable
Expand Down

0 comments on commit b8a3a11

Please sign in to comment.