From 71cfb3bc3d5ae7f342137aa446728684d284a021 Mon Sep 17 00:00:00 2001 From: Ariful Alam Date: Fri, 16 Feb 2024 16:06:30 +0600 Subject: [PATCH] Update node version from 16 to 20 in `actions/setup-node` --- .github/workflows/deploy.yml | 2 +- .github/workflows/test-deploy.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 79b7e25..a9e48e0 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -25,7 +25,7 @@ jobs: - name: Set up Node uses: actions/setup-node@v3 with: - node-version: 16.x + node-version: 20.x cache: 'npm' - name: Setup Pages diff --git a/.github/workflows/test-deploy.yml b/.github/workflows/test-deploy.yml index 8455ca7..3a4210a 100644 --- a/.github/workflows/test-deploy.yml +++ b/.github/workflows/test-deploy.yml @@ -14,7 +14,7 @@ jobs: - name: Set up Node uses: actions/setup-node@v3 with: - node-version: 16.x + node-version: 20.x cache: 'npm' - name: Restore cache