* Use node hydrogen lts in dockerfile
* Use node v18.12.0
* Use node v18.12.0
* Use node v18.12.0
* use lts syntax
* Update Nodejs LTS to v18.12.1
* Update Dockerfile
* Update Dockerfile
* Update readme
- name: Setup node
uses: actions/setup-node@v3.5.1
with:
- node-version: 17.9.0
+ node-version: 18.12.1
cache: 'npm'
- name: Install dependencies
run: npm ci
with:
name: pr
path: ./pr.txt
- retention-days: 1
\ No newline at end of file
+ retention-days: 1
- name: Setup node
uses: actions/setup-node@v3.5.1
with:
- node-version: 17.9.0
+ node-version: 18.12.1
cache: 'npm'
- name: Install dependencies
run: npm ci
- name: Setup node
uses: actions/setup-node@v3.5.1
with:
- node-version: 17.9.0
+ node-version: 18.12.1
cache: 'npm'
- name: Install dependencies
run: npm ci
## Builder
-FROM node:17.9.0-alpine3.15 as builder
+FROM node:18.12.0-alpine3.15 as builder
WORKDIR /src
## Local development
> We recommend using a version manager as versions change very quickly. You will likely need to switch
-between multiple Node.js versions based on the needs of different projects you're working on. [NVM on windows](https://github.com/coreybutler/nvm-windows#installation--upgrades) on Windows and [nvm](https://github.com/nvm-sh/nvm) on Linux/macOS are pretty good choices. Also recommended nodejs version is 16.15.0 LTS.
+between multiple Node.js versions based on the needs of different projects you're working on. [NVM on windows](https://github.com/coreybutler/nvm-windows#installation--upgrades) on Windows and [nvm](https://github.com/nvm-sh/nvm) on Linux/macOS are pretty good choices. Also recommended nodejs version Hydrogen LTS (v18).
Execute the following commands to start a development server:
```sh