diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 5e0a219..cb306a3 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -16,7 +16,7 @@ jobs: - name: Install pnpm uses: pnpm/action-setup@v2 with: - version: 8 + version: 10 - name: Install Node.js uses: actions/setup-node@v3 with: @@ -47,7 +47,7 @@ jobs: node-version: ${{ matrix.node-version }} cache: pnpm - name: Install dependencies - run: pnpm install --frozen-lockfile --ignore-scripts + run: pnpm install --ignore-scripts - name: Run unit tests run: pnpm unit old: