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
|
||||
|
|
1
.npmrc
1
.npmrc
|
@ -2,4 +2,3 @@ auto-install-peers = true
|
|||
node-linker=hoisted
|
||||
prefer-symlinked-executables=false
|
||||
enable-pre-post-scripts=true
|
||||
engine-strict=true
|
||||
|
|
1
.vscode/settings.json
vendored
1
.vscode/settings.json
vendored
|
@ -16,6 +16,7 @@
|
|||
"Fontawesome",
|
||||
"Fonticons",
|
||||
"fontsource",
|
||||
"forgejo",
|
||||
"fortawesome",
|
||||
"inqling",
|
||||
"katex",
|
||||
|
|
|
@ -18,6 +18,7 @@
|
|||
|
||||
languages = {
|
||||
# https://devenv.sh/supported-languages/javascript
|
||||
# don't forget to update .forgejo/workflows/test.yml as well
|
||||
javascript = {
|
||||
enable = true;
|
||||
package = pkgs.nodejs_22;
|
||||
|
|
|
@ -13,10 +13,5 @@
|
|||
"devDependencies": {
|
||||
"@pompydev/eslint-config": "workspace:*",
|
||||
"turbo": "2.4.4"
|
||||
},
|
||||
"engines": {
|
||||
"pnpm": "10.11.0",
|
||||
"node": "22.14.0"
|
||||
},
|
||||
"packageManager": "pnpm@10.11.0"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
engineStrict: true
|
||||
packages:
|
||||
- "apps/*"
|
||||
- "packages/*"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue