chore: Update node version in the pipeline to 16 (#4485)

* chore: Update node version in the pipeline to 16

* upgrade to node 16 (setup-server)
This commit is contained in:
Adrien de Peretti
2023-07-10 12:17:30 +02:00
committed by GitHub
parent bdd9c5a7e9
commit a6c0825722
11 changed files with 15 additions and 15 deletions

View File

@@ -25,7 +25,7 @@ jobs:
- name: Setup Node.js environment
uses: actions/setup-node@v2.4.1
with:
node-version: "14"
node-version: "16"
cache: "yarn"
- name: Install dependencies