Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
fwouts committed Dec 10, 2024
1 parent 6c55958 commit cf3b56d
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,7 +27,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
node-version: [18.x]
node-version: [22.x]
os: [ubuntu-24.04, macos-14, windows-2022]
include:
- node-version: 20.x
Expand Down Expand Up @@ -77,11 +77,11 @@ jobs:
else
echo "No changes detected."
fi
if: ${{ github.ref != 'refs/heads/main' && matrix.node-version == '18.x' && matrix.os == 'ubuntu-24.04' }}
if: ${{ github.ref != 'refs/heads/main' && matrix.node-version == '22.x' && matrix.os == 'ubuntu-24.04' }}
shell: bash
env:
ACTIONS_ALLOW_UNSECURE_COMMANDS: "true"
MATRIX_OS: ${{ matrix.os }}
- name: Fail if screenshots have changed on main branch
run: git diff --exit-code
if: ${{ github.ref == 'refs/heads/main' && matrix.node-version == '18.x' && matrix.os == 'ubuntu-24.04' }}
if: ${{ github.ref == 'refs/heads/main' && matrix.node-version == '22.x' && matrix.os == 'ubuntu-24.04' }}

0 comments on commit cf3b56d

Please sign in to comment.