From 61495f61753b98a06c6667d26f6ca6240d276796 Mon Sep 17 00:00:00 2001 From: Jinjiang Date: Thu, 11 Jan 2024 10:16:35 +0800 Subject: [PATCH] debug: try different node versions in ci --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b781d55c..8bc3ed3d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,7 @@ jobs: version: 8.5.0 - uses: actions/setup-node@v3 with: - node-version: '18' + node-version: '16' cache: 'pnpm' - run: pnpm install - run: pnpm test:webpack4 @@ -30,7 +30,7 @@ jobs: version: 8.5.0 - uses: actions/setup-node@v3 with: - node-version: '18' + node-version: '20' cache: 'pnpm' - run: pnpm install - run: pnpm test @@ -44,7 +44,7 @@ jobs: version: 8.5.0 - uses: actions/setup-node@v3 with: - node-version: '18' + node-version: '20' cache: 'pnpm' - run: pnpm install - run: pnpm test:match-resource