diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index e0f8183c..47cfc87a 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -41,6 +41,8 @@ jobs: # runs 'bundle install' and caches installed gems automatically bundler-cache: true + - name: 'Enable corepack' + run: corepack enable - uses: actions/setup-node@v4 with: node-version: 'lts/hydrogen'