From 1888209027e97dda580e5330a1a6b1a60fb23b6a Mon Sep 17 00:00:00 2001 From: Jannat Patel Date: Tue, 27 Jun 2023 12:51:31 +0530 Subject: [PATCH] test: upgrade node version --- .github/workflows/ci.yml | 2 +- .github/workflows/ui-tests.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 630341d4..aafbfa01 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -36,7 +36,7 @@ jobs: - name: setup node uses: actions/setup-node@v2 with: - node-version: '14' + node-version: '18' check-latest: true - name: setup cache for bench uses: actions/cache@v2 diff --git a/.github/workflows/ui-tests.yml b/.github/workflows/ui-tests.yml index 0d0d96bc..d59e5acc 100644 --- a/.github/workflows/ui-tests.yml +++ b/.github/workflows/ui-tests.yml @@ -50,7 +50,7 @@ jobs: - uses: actions/setup-node@v3 with: - node-version: 16 + node-version: 18 check-latest: true - name: Add to Hosts