Skip to content

Commit

Permalink
version
Browse files Browse the repository at this point in the history
  • Loading branch information
nlkluth committed Jan 14, 2025
1 parent 21f06ac commit 123ef1b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/demo-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
steps:
- uses: actions/setup-node@v3
with:
node-version: 16
node-version: 22

- uses: actions/checkout@v2

Expand Down Expand Up @@ -75,11 +75,11 @@ jobs:
path: example/.owl

run-visual-regression-android:
runs-on: macos-11
runs-on: macos-13
if: ${{ false }}

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Get yarn cache directory path
id: yarn-cache-dir-path
Expand Down

0 comments on commit 123ef1b

Please sign in to comment.