Skip to content

Commit

Permalink
chore: specify node version 18.x
Browse files Browse the repository at this point in the history
  • Loading branch information
magiziz committed Aug 5, 2024
1 parent 8dddd75 commit 8abb0f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
node: [lts/*]
node: [18.x]

steps:
- uses: actions/checkout@v4
Expand All @@ -37,6 +37,6 @@ jobs:
- name: Lint and format
run: pnpm lint
- name: Install playwright browser
uses: microsoft/playwright-github-action@v1
run: pnpm exec playwright install --with-deps
- name: Run tests
run: pnpm test && pnpm test:cli

0 comments on commit 8abb0f5

Please sign in to comment.