|
@@ -102,7 +102,7 @@ jobs:
|
|
|
- name: Setup Node.js environment
|
|
|
uses: actions/setup-node@v4
|
|
|
with:
|
|
|
- node-version: '20.18'
|
|
|
+ node-version: '20.18.1'
|
|
|
if: env.SHOULD_BUILD == 'yes'
|
|
|
|
|
|
- name: Install Yarn
|
|
@@ -329,7 +329,7 @@ jobs:
|
|
|
- name: Setup Node.js environment
|
|
|
uses: actions/setup-node@v4
|
|
|
with:
|
|
|
- node-version: '20.18'
|
|
|
+ node-version: '20.18.1'
|
|
|
if: env.DISABLED != 'yes'
|
|
|
|
|
|
- name: Setup Python 3
|