diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 24c79fd5a..322223e7e 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -20,7 +20,7 @@ jobs: - name: Install Node.js uses: actions/setup-node@v3 with: - node-version: 19 + node-version: 20 cache: pnpm - name: Install dependencies run: pnpm install --frozen-lockfile --ignore-scripts @@ -89,7 +89,7 @@ jobs: - name: Install Node.js LTS uses: actions/setup-node@v3 with: - node-version: 18 + node-version: 20 cache: pnpm - name: Install dependencies run: pnpm install --frozen-lockfile --ignore-scripts