diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 54d2f030..efe97230 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -18,10 +18,10 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-node@v3 with: - node-version: "18" + node-version: "20" - uses: pnpm/action-setup@v2 with: - version: latest + version: 10.14.0 - name: Get pnpm store directory shell: bash run: |