From 62d195e11b6f736e4fed25f7b2dff2e2dc386374 Mon Sep 17 00:00:00 2001 From: Vinayak Kulkarni <19776877+vinayakkulkarni@users.noreply.github.com> Date: Mon, 26 Sep 2022 13:11:49 +0530 Subject: [PATCH] build(ci): upgrade node version to 17 Signed-off-by: Vinayak Kulkarni <19776877+vinayakkulkarni@users.noreply.github.com> --- .github/workflows/ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d91256b..5a60c16 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,7 +24,9 @@ jobs: - name: Setup node env 📦 uses: actions/setup-node@v3 with: - node-version: 10 + node-version: 17 + check-latest: true + cache: 'npm' - name: Install dependencies 🚀 run: npm i --prefer-offline --no-audit --omit=optional