This commit is contained in:
parent
4f02c4ae9f
commit
2347e9a031
6 changed files with 6 additions and 9 deletions
|
@ -13,9 +13,11 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- uses: pnpm/action-setup@v4
|
- uses: pnpm/action-setup@v4
|
||||||
|
with:
|
||||||
|
version: 10.11.0 # see devenv.nix
|
||||||
- uses: actions/setup-node@v4
|
- uses: actions/setup-node@v4
|
||||||
with:
|
with:
|
||||||
node-version: 22.14.0
|
node-version: 22.14.0 # see devenv.nix
|
||||||
cache: pnpm
|
cache: pnpm
|
||||||
- uses: rharkor/caching-for-turbo@v1.8
|
- uses: rharkor/caching-for-turbo@v1.8
|
||||||
- run: pnpx playwright install --with-deps
|
- run: pnpx playwright install --with-deps
|
||||||
|
|
1
.npmrc
1
.npmrc
|
@ -2,4 +2,3 @@ auto-install-peers = true
|
||||||
node-linker=hoisted
|
node-linker=hoisted
|
||||||
prefer-symlinked-executables=false
|
prefer-symlinked-executables=false
|
||||||
enable-pre-post-scripts=true
|
enable-pre-post-scripts=true
|
||||||
engine-strict=true
|
|
||||||
|
|
1
.vscode/settings.json
vendored
1
.vscode/settings.json
vendored
|
@ -16,6 +16,7 @@
|
||||||
"Fontawesome",
|
"Fontawesome",
|
||||||
"Fonticons",
|
"Fonticons",
|
||||||
"fontsource",
|
"fontsource",
|
||||||
|
"forgejo",
|
||||||
"fortawesome",
|
"fortawesome",
|
||||||
"inqling",
|
"inqling",
|
||||||
"katex",
|
"katex",
|
||||||
|
|
|
@ -18,6 +18,7 @@
|
||||||
|
|
||||||
languages = {
|
languages = {
|
||||||
# https://devenv.sh/supported-languages/javascript
|
# https://devenv.sh/supported-languages/javascript
|
||||||
|
# don't forget to update .forgejo/workflows/test.yml as well
|
||||||
javascript = {
|
javascript = {
|
||||||
enable = true;
|
enable = true;
|
||||||
package = pkgs.nodejs_22;
|
package = pkgs.nodejs_22;
|
||||||
|
|
|
@ -13,10 +13,5 @@
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@pompydev/eslint-config": "workspace:*",
|
"@pompydev/eslint-config": "workspace:*",
|
||||||
"turbo": "2.4.4"
|
"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:
|
packages:
|
||||||
- "apps/*"
|
- "apps/*"
|
||||||
- "packages/*"
|
- "packages/*"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue