Skip to content

Commit 03a9886

Browse files
committed
chore(CONTRIBUTING): remove hard-coded reference to a version of Node
1 parent 6686b19 commit 03a9886

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ No pull request is too small. Check out any [help wanted 🆘](https://github.co
66

77
## Prerequisites
88

9-
To get started, you'll need Node 8 or higher. Managing Node with [nvm](https://github.com/creationix/nvm) is recommended. Once installed, you can target the version of Node we specify within the [`.nvmrc`](https://github.com/pattern-lab/patternlab-node/blob/master/.nvmrc) file.
9+
To get started, you'll need Node installed. Managing Node with [nvm](https://github.com/creationix/nvm) is recommended. Once installed, you can target the version of Node we specify within the [`.nvmrc`](https://github.com/pattern-lab/patternlab-node/blob/master/.nvmrc) file.
1010

1111
```sh
1212
nvm install <<version>>

0 commit comments

Comments
 (0)