diff --git a/.github/workflows/test_next_server.yml b/.github/workflows/test_next_server.yml index e0e7ebcd..d6671bf6 100644 --- a/.github/workflows/test_next_server.yml +++ b/.github/workflows/test_next_server.yml @@ -22,6 +22,16 @@ jobs: - uses: actions/checkout@v4 - name: Setup Node.js + uses: actions/setup-node@v4 + with: + node-version: '18' + + - name: Install pnpm + uses: pnpm/action-setup@v4 + with: + version: 8 + + - name: Setup Node.js cache uses: actions/setup-node@v4 with: node-version: '18'