Skip to content

Commit

Permalink
ci(dev-server): ci on Node.js v20 and v22 (#155)
Browse files Browse the repository at this point in the history
  • Loading branch information
yusukebe authored Jul 12, 2024
1 parent 5d1cc15 commit d833ce9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci-dev-server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,14 @@ jobs:
defaults:
run:
working-directory: ./packages/dev-server
strategy:
matrix:
node: [20, 22]
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: 20.x
node-version: ${{ matrix.node }}
- run: yarn install
- run: yarn build
- run: npx playwright install --with-deps
Expand Down

0 comments on commit d833ce9

Please sign in to comment.