Skip to content
This repository was archived by the owner on Sep 12, 2024. It is now read-only.

Commit c5e1550

Browse files
committed
build(node): upgrade to Node.js v18
1 parent 452b267 commit c5e1550

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

docs/_media/demo.gif

-3.31 MB
Binary file not shown.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"private": true,
77
"type": "module",
88
"engines": {
9-
"node": "16",
9+
"node": "18",
1010
"npm": "8",
1111
"pnpm": "7"
1212
},

scalingo.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,11 @@
77
"repository": "https://github.com/betagouv/tell-me",
88
"success_url": "/",
99
"website": "https://www.tell-me.org",
10+
"stack": "scalingo-20",
1011
"env": {
1112
"BUILDPACK_URL": {
1213
"description": "Custom buildpack to support pnpm (don't change the default value).",
13-
"value": "https://github.com/unfold/heroku-buildpack-pnpm"
14+
"value": "https://github.com/unfold/heroku-buildpack-pnpm#main"
1415
},
1516
"NODE_ENV": {
1617
"description": "Application environment (don't change the default value).",

0 commit comments

Comments
 (0)