From ad851fe023334009c5065284666f87d8333dc764 Mon Sep 17 00:00:00 2001 From: florimondmanca Date: Mon, 29 Aug 2022 16:54:03 +0200 Subject: [PATCH] Use node v16 explicitly --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a748fdbc..c231afab 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -34,8 +34,9 @@ jobs: python-version: "3.10" cache: "pip" - - uses: actions/setup-node@v2 + - uses: actions/setup-node@v3 with: + node-version: 16 cache: 'npm' cache-dependency-path: client/package-lock.json