Skip to content

Commit 16e8b16

Browse files
authored
node 24 (#87)
1 parent 9b9c9d1 commit 16e8b16

3 files changed

Lines changed: 4 additions & 2 deletions

File tree

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
20
1+
24

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,8 @@ $ npm run dev
4848
$ npm run build
4949
```
5050

51+
NB: `npm run build -- --force` to ignore turbo cache
52+
5153
Then `npx serve out`.
5254

5355
<details>

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"node": ">=20",
2222
"npm": ">=10"
2323
},
24-
"packageManager": "npm@10.2.4",
24+
"packageManager": "npm@11.7.0",
2525
"workspaces": [
2626
"apps/*",
2727
"demos/*",

0 commit comments

Comments
 (0)