fix: use node-v18.17 to generate all artifacts (#1689)

This commit is contained in:
Baptiste Augrain
2023-10-10 00:06:20 +02:00
committed by GitHub
parent fa6fbaa4e0
commit 282e23dff0
5 changed files with 7 additions and 10 deletions

View File

@@ -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