mirror of
https://github.com/BobbyWibowo/lolisafe.git
synced 2025-01-18 17:21:33 +00:00
Updated actions build script to use node 12.x
Also slightly rephrased README.md. I forgot I've switched to 12.x on both my dev PC and production server.
This commit is contained in:
parent
855c76a792
commit
ef2f682cf1
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -19,7 +19,7 @@ jobs:
|
||||
- name: Use Node.js
|
||||
uses: actions/setup-node@v1
|
||||
with:
|
||||
node-version: '10.x'
|
||||
node-version: '12.x'
|
||||
|
||||
- name: Get yarn cache directory path
|
||||
id: yarn-cache-dir-path
|
||||
|
@ -16,7 +16,7 @@ Configuration file of lolisafe, `config.js`, is also NOT fully compatible with t
|
||||
|
||||
## Running in production mode
|
||||
|
||||
1. Ensure you have at least Node v10.x installed (v12.x should also work just fine).
|
||||
1. Ensure you have at least Node v10.x installed (v12.x works fine, but v14.x will likely have issues for now).
|
||||
2. Clone this repo.
|
||||
3. Copy `config.sample.js` as `config.js`.
|
||||
4. Modify port, domain and privacy options if desired.
|
||||
|
Loading…
Reference in New Issue
Block a user