diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 817a7f8..5b8d52b 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -17,14 +17,14 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v3 - - uses: pnpm/action-setup@v2 + uses: actions/checkout@v4 + - uses: pnpm/action-setup@v3 with: version: 8 - name: Install Node.js - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: - node-version: 18 + node-version: 20 cache: 'pnpm' - name: Install dependencies