Skip to content

Commit

Permalink
remove use-node-version
Browse files Browse the repository at this point in the history
  • Loading branch information
zkochan committed Nov 23, 2024
1 parent 108121d commit a1b48e7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .npmrc
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ public-hoist-pattern[]=@mdx-js/react
public-hoist-pattern[]=url-loader
; resolution-mode=time-based
use-lockfile-v6=true
use-node-version=22.11.0
; use-node-version=22.11.0 ; unsupported by vercel
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@
"webpack": "^5.92.0"
},
"engines": {
"pnpm": "8 || 9"
"pnpm": "8 || 9",
"node": "22"
},
"devDependencies": {
"@crowdin/crowdin-api-client": "1.33.0",
Expand Down

0 comments on commit a1b48e7

Please sign in to comment.