Skip to content

Commit

Permalink
debug: try different node versions in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Jinjiang committed Jan 11, 2024
1 parent b44696e commit 61495f6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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

0 comments on commit 61495f6

Please sign in to comment.