From 00745a3a83b050154ec35f3bfdcd3f3e21998c63 Mon Sep 17 00:00:00 2001 From: Saleel Date: Wed, 7 Feb 2024 16:26:37 +0400 Subject: [PATCH] update node version in action --- .github/workflows/action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/action.yml b/.github/workflows/action.yml index 0c9e86ce8..9a96b736c 100644 --- a/.github/workflows/action.yml +++ b/.github/workflows/action.yml @@ -49,10 +49,10 @@ jobs: steps: - uses: actions/checkout@v3 - - name: Set Node.js 16.x + - name: Set Node.js 18.x uses: actions/setup-node@v3 with: - node-version: 16 + node-version: 18 cache: 'yarn' - name: Install Yarn dependencies