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

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

View file

@ -7,6 +7,10 @@ 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
with:
node-version: 24
cache: 'pnpm'
- run: cd e2e - run: cd e2e
- run: pnpm install
- run: env PROJECT_FILTER=firefox ./Taskfile _test - run: env PROJECT_FILTER=firefox ./Taskfile _test