|
@@ -87,7 +87,7 @@ jobs:
|
|
- name: Setup Node.js environment
|
|
- name: Setup Node.js environment
|
|
uses: actions/setup-node@v3
|
|
uses: actions/setup-node@v3
|
|
with:
|
|
with:
|
|
- node-version: '16.17'
|
|
|
|
|
|
+ node-version: '16'
|
|
|
|
|
|
- name: Install Yarn
|
|
- name: Install Yarn
|
|
run: npm install -g yarn
|
|
run: npm install -g yarn
|
|
@@ -163,7 +163,7 @@ jobs:
|
|
- name: Setup Node.js environment
|
|
- name: Setup Node.js environment
|
|
uses: actions/setup-node@v3
|
|
uses: actions/setup-node@v3
|
|
with:
|
|
with:
|
|
- node-version: '16.17'
|
|
|
|
|
|
+ node-version: '16'
|
|
|
|
|
|
- name: Install Yarn
|
|
- name: Install Yarn
|
|
run: npm install -g yarn
|
|
run: npm install -g yarn
|