Skip to content

Commit

Permalink
adding corepack enable
Browse files Browse the repository at this point in the history
  • Loading branch information
niclasheun committed Jan 15, 2025
1 parent 838c4fc commit c5af51e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build-and-publish-state.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: '23.x'

- name: Enable Corepack
run: corepack enable

- name: Install dependencies
working-directory: ./prompt-shared-state
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/publish-state-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ jobs:
registry-url: 'https://npm.pkg.github.com'
scope: '@ls1tum'

- name: Enable Corepack
run: corepack enable

- name: Install dependencies
working-directory: ./prompt-shared-state
run: yarn --frozen-lockfile
Expand Down

0 comments on commit c5af51e

Please sign in to comment.