node@24
Some checks failed
/ integration-test--firefox (push) Failing after 11s

This commit is contained in:
Robert Perce 2025-12-01 22:44:54 -06:00
parent 09cf881488
commit cbccb1ad3a

View file

@ -7,6 +7,11 @@ jobs:
- uses: pnpm/action-setup@v4 - uses: pnpm/action-setup@v4
with: with:
version: 11.0.0-dev.1005 version: 11.0.0-dev.1005
run_install: true - uses: actions/setup-node@v4
- run: cd e2e with:
- run: env PROJECT_FILTER=firefox ./Taskfile _test node-version: 24
cache: 'pnpm'
- run: pnpm install
working_directory: e2e
- run: env PROJECT_FILTER=firefox e2e/Taskfile _test
working_directory: e2e