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

Commit bb6f054

Browse files
doc: bump up node v10
1 parent 57f5280 commit bb6f054

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/docs/introduction/app-introduction/app-introduction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
[DeckDeckGo] requires a recent LTS version of [NodeJS](https://nodejs.org) and npm. Make sure you've installed and/or updated Node before continuing.
88

9-
> Note that you will need to use npm 6 or higher
9+
> Note that you will need to use npm 10 or higher
1010
1111
## Starting a new presentation
1212

docs/src/app/pages/docs/introduction/app-introduction/app-introduction.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ export class AppIntroduction {
3434
<h2 id="app-introduction-prerequisites">Prerequisites</h2>
3535
<p><a href="https://deckdeckgo.com">DeckDeckGo</a> requires a recent LTS version of <a href="https://nodejs.org">NodeJS</a> and npm. Make sure you&#39;ve installed and/or updated Node before continuing.</p>
3636
<blockquote>
37-
<p>Note that you will need to use npm 6 or higher</p>
37+
<p>Note that you will need to use npm 10 or higher</p>
3838
</blockquote>
3939
<h2 id="app-introduction-starting-a-new-presentation">Starting a new presentation</h2>
4040
<p>Run the following command in a terminal to create a new deck:</p>

0 commit comments

Comments
 (0)