mirror of
https://github.com/facebook/docusaurus.git
synced 2025-08-04 01:09:20 +02:00
misc(v1): use Node.js lts version (#1920)
This is much stable and more performant
This commit is contained in:
parent
82ece517f6
commit
33718b6f8f
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
FROM node:8.11.4
|
||||
FROM node:lts
|
||||
|
||||
WORKDIR /app/website
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue