chore: lax node and pnpm version rules
Some checks failed
Test / Test (push) Failing after 2m7s

This commit is contained in:
Kim, Jimin 2025-06-02 18:42:46 +09:00
parent 4f02c4ae9f
commit 2347e9a031
Signed by: pomp
GPG key ID: D3932F82A0667A3B
6 changed files with 6 additions and 9 deletions

View file

@ -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
View file

@ -2,4 +2,3 @@ auto-install-peers = true
node-linker=hoisted
prefer-symlinked-executables=false
enable-pre-post-scripts=true
engine-strict=true

View file

@ -16,6 +16,7 @@
"Fontawesome",
"Fonticons",
"fontsource",
"forgejo",
"fortawesome",
"inqling",
"katex",

View file

@ -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;

View file

@ -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"
}
}

View file

@ -1,4 +1,3 @@
engineStrict: true
packages:
- "apps/*"
- "packages/*"