From 24d0f58d2be5627ac36a8249b8e1e1321d734927 Mon Sep 17 00:00:00 2001 From: Ujjwal Gupta Date: Sat, 9 Dec 2023 11:59:09 +0400 Subject: [PATCH] change node version to 16 --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 52c10b7c..2bee52f3 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -1,6 +1,6 @@ # This is a basic workflow to help you get started with Actions -name: CI +name: TEST # Controls when the action will run. on: @@ -30,7 +30,7 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-node@v3 with: - node-version: 18 + node-version: 16 # Runs a single command using the runners shell - name: Install dependencies