Skip to content

Commit

Permalink
Update e2e-ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
juanpicado committed Feb 2, 2025
1 parent 9bed5cc commit 36843e2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/e2e-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ on:
workflow_dispatch:
pull_request:
push:
branches:
- main
schedule:
# run every sunday
- cron: '0 0 * * 0'
Expand Down Expand Up @@ -56,7 +58,7 @@ jobs:
fail-fast: false
matrix:
pkg: [npm7, npm8, npm9, npm10, pnpm8, pnpm9, pnpm10, yarn1, yarn2, yarn3, yarn4]
node: [22]
node: [20, 22, 23]
name: ${{ matrix.pkg }}/ ubuntu-latest / ${{ matrix.node }}
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 36843e2

Please sign in to comment.