no log: Fix CI issues by always using LTS NodeJS version

This commit is contained in:
LASER-Yi 2022-08-21 20:06:17 +08:00
parent bfd1af7c0c
commit e3224c69ad
4 changed files with 4 additions and 4 deletions

View File

@ -37,7 +37,7 @@ jobs:
- name: Setup NodeJS - name: Setup NodeJS
uses: actions/setup-node@v3 uses: actions/setup-node@v3
with: with:
node-version: "16" node-version: "lts/*"
- name: Install dependencies - name: Install dependencies
run: npm install run: npm install

View File

@ -38,7 +38,7 @@ jobs:
- name: Setup NodeJS - name: Setup NodeJS
uses: actions/setup-node@v3 uses: actions/setup-node@v3
with: with:
node-version: "15.x" node-version: "lts/*"
- name: Install Global Tools - name: Install Global Tools
run: npm install -g release-it auto-changelog run: npm install -g release-it auto-changelog

View File

@ -40,7 +40,7 @@ jobs:
- name: Setup NodeJS - name: Setup NodeJS
uses: actions/setup-node@v3 uses: actions/setup-node@v3
with: with:
node-version: "15.x" node-version: "lts/*"
- name: Install Global Tools - name: Install Global Tools
run: npm install -g release-it auto-changelog run: npm install -g release-it auto-changelog

View File

@ -24,7 +24,7 @@ jobs:
- name: Setup NodeJS - name: Setup NodeJS
uses: actions/setup-node@v3 uses: actions/setup-node@v3
with: with:
node-version: "15.x" node-version: "lts/*"
- name: Install UI Dependencies - name: Install UI Dependencies
run: npm install run: npm install