Skip to content

Commit

Permalink
ci(node): remove old versions, add new versions
Browse files Browse the repository at this point in the history
  • Loading branch information
code-forger committed Jan 7, 2025
1 parent 0e16db9 commit d4a49d5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16.x, 18.x]
node-version: [18.x, 20.x, 22.x]

steps:
- name: Checkout
Expand Down Expand Up @@ -37,6 +37,7 @@ jobs:
run: |
yarn install --frozen-lockfile
(cd packages/one-service-worker-demo && yarn install --frozen-lockfile)
npm playwright install-deps
- name: Testing
env:
TEMP_DIR: ${{ runner.temp }}
Expand Down

0 comments on commit d4a49d5

Please sign in to comment.