Skip to content

Commit

Permalink
ci: fix tests.yml workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
NGPixel authored Nov 14, 2024
1 parent f111440 commit 3923132
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,11 +102,12 @@ jobs:

- uses: actions/setup-node@v4
with:
node-version: '18'
node-version: '22'

- name: Run all tests
run: |
echo "Installing dependencies..."
corepack enable
yarn
echo "Installing Playwright..."
cd playwright
Expand Down Expand Up @@ -166,6 +167,7 @@ jobs:
HOME: ""
run: |
echo "Installing dependencies..."
corepack enable
yarn
echo "Installing Playwright..."
cd playwright
Expand Down

0 comments on commit 3923132

Please sign in to comment.