[chore] [ci] Update Node version to LTS (#1365)
* Update Node version to LTS * Create silver-windows-float.md
This commit is contained in:
2
.changeset/silver-windows-float.md
Normal file
2
.changeset/silver-windows-float.md
Normal file
@@ -0,0 +1,2 @@
|
||||
---
|
||||
---
|
||||
6
.github/workflows/style-check.yml
vendored
6
.github/workflows/style-check.yml
vendored
@@ -15,7 +15,7 @@ jobs:
|
||||
- name: Setup Node
|
||||
uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: 16
|
||||
node-version: lts/*
|
||||
cache: 'yarn'
|
||||
- name: Install Dependencies
|
||||
run: yarn install --frozen-lockfile
|
||||
@@ -62,7 +62,7 @@ jobs:
|
||||
- name: Setup Node
|
||||
uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: 16
|
||||
node-version: lts/*
|
||||
cache: 'yarn'
|
||||
- name: Install Dependencies
|
||||
run: yarn install --frozen-lockfile
|
||||
@@ -82,7 +82,7 @@ jobs:
|
||||
- name: Setup Node
|
||||
uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: 16
|
||||
node-version: lts/*
|
||||
cache: 'yarn'
|
||||
- name: Install Dependencies
|
||||
run: yarn install --frozen-lockfile
|
||||
|
||||
Reference in New Issue
Block a user