Skip to content

Commit dd3c8ff

Browse files
authored
update node-version specifier for broader support (vercel#68442)
### What? The node-version specifier uses a less-broadly-supported syntax (`18.x`) than other repos (for example turbo which uses `v20`). This simply changes that around. ### Why? Better support for env management tools such as `mise`
1 parent debcea6 commit dd3c8ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.node-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
18.x
1+
v18

0 commit comments

Comments
 (0)