From 99cd65febffb280c9a781fb10d5e7280aa6d7c64 Mon Sep 17 00:00:00 2001 From: Muhammad Atif Ali Date: Tue, 16 Jan 2024 16:21:06 +0300 Subject: [PATCH] chore: bump node to v20 (#246) --- .github/workflows/build.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index d0f12ee..85eda5d 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -50,9 +50,9 @@ jobs: uses: actions/checkout@v3 - name: Install Node.js - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: - node-version: 16.x + node-version: 20.x - name: Install Node.js modules run: yarn install