diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index edf0303..d902161 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -20,12 +20,14 @@ jobs: steps: - uses: actions/checkout@v4 + - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@v4 with: node-version: ${{ matrix.node-version }} cache: "npm" - - run: npm ci + + - run: npm ci --legacy-peer-deps - name: Build project run: npm run build