Skip to content

Commit

Permalink
back to 22 default
Browse files Browse the repository at this point in the history
  • Loading branch information
fwouts committed Dec 10, 2024
1 parent 66b3692 commit f3769fc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test-app-e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
node-version: [20.x]
node-version: [22.x]
os: [ubuntu-24.04, macos-14, windows-2022]
include:
- node-version: 20.x
- node-version: 18.x
os: ubuntu-24.04
- node-version: 22.x
- node-version: 20.x
os: ubuntu-24.04
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
Expand Down

0 comments on commit f3769fc

Please sign in to comment.