diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index c3f02f0..8e4c51b 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -21,6 +21,10 @@ jobs: steps: - uses: actions/checkout@v4 + - name: Enable Corepack + run: corepack enable + - name: Use Yarn Berry (3.x) + run: corepack prepare yarn@3.5.0 --activate - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@v4 with: