Skip to content

Commit

Permalink
meta: upgrade to node v22 (#7282)
Browse files Browse the repository at this point in the history
  • Loading branch information
ovflowd authored Nov 25, 2024
1 parent c17fccb commit fbd443d
Show file tree
Hide file tree
Showing 5 changed files with 1,637 additions and 3,521 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20
v22
17 changes: 1 addition & 16 deletions apps/site/package.json
Original file line number Diff line number Diff line change
@@ -1,20 +1,6 @@
{
"type": "module",
"private": true,
"name": "@node-core/website",
"description": "Nodejs.org Website",
"homepage": "https://nodejs.org",
"repository": {
"type": "git",
"url": "git+https://github.com/nodejs/nodejs.org.git"
},
"author": {
"name": "Node.js Website Working Group"
},
"license": "MIT",
"engines": {
"node": "v20"
},
"type": "module",
"scripts": {
"scripts:release-post": "cross-env NODE_NO_WARNINGS=1 node scripts/release-post/index.mjs",
"dev": "cross-env NODE_NO_WARNINGS=1 next dev --turbopack",
Expand Down Expand Up @@ -55,7 +41,6 @@
"@radix-ui/react-tooltip": "^1.1.4",
"@savvywombat/tailwindcss-grid-areas": "~4.0.0",
"@tailwindcss/container-queries": "~0.1.1",
"@types/node": "20.16.5",
"@vcarl/remark-headings": "~0.1.0",
"@vercel/analytics": "~1.4.1",
"@vercel/otel": "~1.10.0",
Expand Down
Loading

0 comments on commit fbd443d

Please sign in to comment.