feat: used latest nodejs 16

This commit is contained in:
Baptiste Augrain
2023-07-07 00:23:35 +02:00
parent d06d8127d5
commit 3fa7f2179b
7 changed files with 9 additions and 9 deletions

View File

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