This commit is contained in:
parent
197026ce8d
commit
a6fbcc714d
3 changed files with 8 additions and 3 deletions
|
@ -11,13 +11,13 @@ jobs:
|
|||
name: Test
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- run: apt-get update && apt-get install sudo
|
||||
- uses: pnpm/action-setup@v4
|
||||
- uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: 22
|
||||
node-version: 22.14.0
|
||||
cache: pnpm
|
||||
- uses: actions/checkout@v4
|
||||
- uses: rharkor/caching-for-turbo@v1.8
|
||||
- uses: actions/checkout@v4
|
||||
- run: pnpx playwright install --with-deps
|
||||
- run: pnpm install
|
||||
- run: pnpm lint
|
||||
|
|
1
.npmrc
1
.npmrc
|
@ -2,3 +2,4 @@ auto-install-peers = true
|
|||
node-linker=hoisted
|
||||
prefer-symlinked-executables=false
|
||||
enable-pre-post-scripts=true
|
||||
engine-strict=true
|
||||
|
|
|
@ -14,5 +14,9 @@
|
|||
"@pompydev/eslint-config": "workspace:*",
|
||||
"turbo": "2.4.4"
|
||||
},
|
||||
"engines": {
|
||||
"pnpm": ">=10.11.0",
|
||||
"node": ">=22.14.0"
|
||||
},
|
||||
"packageManager": "pnpm@10.11.0"
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue