feat(1.82): update patches and use node-v18 (#1626)

This commit is contained in:
Baptiste Augrain
2023-09-03 14:59:11 +02:00
committed by GitHub
parent 6f36a980aa
commit 61f4931efb
11 changed files with 81 additions and 75 deletions

View File

@@ -56,7 +56,7 @@ jobs:
- name: Setup Node.js environment
uses: actions/setup-node@v3
with:
node-version: '16'
node-version: '18'
- name: Install Yarn
run: npm install -g yarn