This commit is contained in:
parent
4f02c4ae9f
commit
2347e9a031
6 changed files with 6 additions and 9 deletions
|
@ -13,9 +13,11 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: pnpm/action-setup@v4
|
||||
with:
|
||||
version: 10.11.0 # see devenv.nix
|
||||
- uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: 22.14.0
|
||||
node-version: 22.14.0 # see devenv.nix
|
||||
cache: pnpm
|
||||
- uses: rharkor/caching-for-turbo@v1.8
|
||||
- run: pnpx playwright install --with-deps
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue