diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index e9257d1..d264d48 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -15,7 +15,7 @@ jobs: - name: Checkout the repository uses: actions/checkout@v4 - name: Install pnpm - uses: pnpm/action-setup@v3 + uses: pnpm/action-setup@v4 with: version: 9 - name: Install Node.js @@ -40,7 +40,7 @@ jobs: - name: Checkout the repository uses: actions/checkout@v4 - name: Install pnpm - uses: pnpm/action-setup@v3 + uses: pnpm/action-setup@v4 with: version: 9 - name: Install Node.js ${{ matrix.node-version }} @@ -67,7 +67,7 @@ jobs: with: persist-credentials: false - name: Install pnpm - uses: pnpm/action-setup@v3 + uses: pnpm/action-setup@v4 with: version: 9 - name: Install Node.js