|
@@ -86,7 +86,7 @@ jobs:
|
|
- name: Setup Node.js environment
|
|
- name: Setup Node.js environment
|
|
uses: actions/setup-node@v4
|
|
uses: actions/setup-node@v4
|
|
with:
|
|
with:
|
|
- node-version: '18.17'
|
|
|
|
|
|
+ node-version: '20.12'
|
|
if: env.SHOULD_BUILD == 'yes'
|
|
if: env.SHOULD_BUILD == 'yes'
|
|
|
|
|
|
- name: Install Yarn
|
|
- name: Install Yarn
|
|
@@ -264,7 +264,7 @@ jobs:
|
|
- name: Setup Node.js environment
|
|
- name: Setup Node.js environment
|
|
uses: actions/setup-node@v4
|
|
uses: actions/setup-node@v4
|
|
with:
|
|
with:
|
|
- node-version: '18.17'
|
|
|
|
|
|
+ node-version: '20.12'
|
|
|
|
|
|
- name: Setup Python 3
|
|
- name: Setup Python 3
|
|
uses: actions/setup-python@v5
|
|
uses: actions/setup-python@v5
|