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 151dc02
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Expand Up @@ -13,10 +13,10 @@ jobs:
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v2
with:
version: 8.5.0
version: 8.12.0
- uses: actions/setup-node@v3
with:
node-version: '18'
node-version: '16'
cache: 'pnpm'
- run: pnpm install
- run: pnpm test:webpack4
Expand All @@ -27,10 +27,10 @@ jobs:
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v2
with:
version: 8.5.0
version: 8.12.0
- uses: actions/setup-node@v3
with:
node-version: '18'
node-version: '20'
cache: 'pnpm'
- run: pnpm install
- run: pnpm test
Expand All @@ -41,10 +41,10 @@ jobs:
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v2
with:
version: 8.5.0
version: 8.12.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 151dc02

Please sign in to comment.