|
@@ -102,7 +102,7 @@ jobs:
|
|
|
- name: Setup Node.js environment
|
|
|
uses: actions/setup-node@v4
|
|
|
with:
|
|
|
- node-version: '22.15.1'
|
|
|
+ node-version-file: '.nvmrc'
|
|
|
if: env.SHOULD_BUILD == 'yes'
|
|
|
|
|
|
- name: Setup Python 3
|
|
@@ -183,7 +183,7 @@ jobs:
|
|
|
- name: Setup Node.js environment
|
|
|
uses: actions/setup-node@v4
|
|
|
with:
|
|
|
- node-version: '22.15.1'
|
|
|
+ node-version-file: '.nvmrc'
|
|
|
if: env.SHOULD_BUILD == 'yes'
|
|
|
|
|
|
- name: Setup Python 3
|