build: use node v16 (#1054)

This commit is contained in:
Baptiste Augrain
2022-04-19 22:55:02 +02:00
committed by GitHub
parent 843ef66728
commit 966ae12699
5 changed files with 6 additions and 5 deletions

View File

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