|
@@ -56,13 +56,10 @@ jobs:
|
|
|
- name: Setup Node.js environment
|
|
|
uses: actions/setup-node@v3
|
|
|
with:
|
|
|
- node-version: '18'
|
|
|
+ node-version: '18.17'
|
|
|
|
|
|
- name: Install Yarn
|
|
|
- run: npm install -g yarn@latest
|
|
|
-
|
|
|
- - name: Install lastest NPM
|
|
|
- run: npm install -g npm@latest
|
|
|
+ run: npm install -g yarn
|
|
|
|
|
|
- name: Setup Python 3
|
|
|
uses: actions/setup-python@v4
|