Skip to content

Commit

Permalink
chore: update Node.js
Browse files Browse the repository at this point in the history
- update Node.js to v22
- update pnpm to 9.15.4 and add the hash
  • Loading branch information
matijs authored and Robbert committed Jan 23, 2025
1 parent 4d1c6dc commit 8515a22
Show file tree
Hide file tree
Showing 3 changed files with 76 additions and 123 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20
22
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
"@docusaurus/types": "3.6.1",
"@nl-design-system-unstable/nlds-design-tokens": "1.0.0-alpha.290",
"@tsconfig/docusaurus": "2.0.3",
"@types/node": "22.10.7",
"@types/react": "18.3.10",
"@types/react-dom": "18.3.0",
"husky": "9.1.6",
Expand All @@ -60,8 +61,9 @@
]
},
"engines": {
"node": "^20",
"//": "Update @types/node when updating the node version here",
"node": "^22",
"pnpm": "^9"
},
"packageManager": "pnpm@9.10.0"
"packageManager": "pnpm@9.15.4+sha512.b2dc20e2fc72b3e18848459b37359a32064663e5627a51e4c74b2c29dd8e8e0491483c3abb40789cfd578bf362fb6ba8261b05f0387d76792ed6e23ea3b1b6a0"
}
Loading

0 comments on commit 8515a22

Please sign in to comment.