no log: Added node version lock

pull/2524/head v1.4.4-beta.2
Anderson Shindy Oki 5 months ago committed by GitHub
parent d75c198c6c
commit 36730a17d0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -36,7 +36,7 @@ jobs:
- name: Setup NodeJS - name: Setup NodeJS
uses: actions/setup-node@v4 uses: actions/setup-node@v4
with: with:
node-version: "lts/*" node-version-file: "${{ env.UI_DIRECTORY }}/.nvmrc"
- name: Install dependencies - name: Install dependencies
run: npm install run: npm install

@ -38,7 +38,7 @@ jobs:
- name: Setup NodeJS - name: Setup NodeJS
uses: actions/setup-node@v4 uses: actions/setup-node@v4
with: with:
node-version: "lts/*" node-version-file: "${{ env.UI_DIRECTORY }}/.nvmrc"
- name: Install Global Tools - name: Install Global Tools
run: npm install -g release-it auto-changelog run: npm install -g release-it auto-changelog

@ -40,7 +40,7 @@ jobs:
- name: Setup NodeJS - name: Setup NodeJS
uses: actions/setup-node@v4 uses: actions/setup-node@v4
with: with:
node-version: "lts/*" node-version-file: "${{ env.UI_DIRECTORY }}/.nvmrc"
- name: Install Global Tools - name: Install Global Tools
run: npm install -g release-it auto-changelog run: npm install -g release-it auto-changelog

@ -24,7 +24,7 @@ jobs:
- name: Setup NodeJS - name: Setup NodeJS
uses: actions/setup-node@v4 uses: actions/setup-node@v4
with: with:
node-version: "lts/*" node-version-file: "${{ env.UI_DIRECTORY }}/.nvmrc"
- name: Install UI Dependencies - name: Install UI Dependencies
run: npm install run: npm install

@ -2,9 +2,12 @@
## Dependencies ## Dependencies
- [Node.js](https://nodejs.org/) - Either [Node.js](https://nodejs.org/) installed manually or using [Node Version Manager](https://github.com/nvm-sh/nvm)
- npm (included in Node.js) - npm (included in Node.js)
> The recommended Node version to use and maintained is managed on the `.nvmrc` file. You can either install manually
> or use `nvm install` followed by `nvm use`.
## Getting Started ## Getting Started
1. Clone or download this repository 1. Clone or download this repository

Loading…
Cancel
Save