From 8810a4de0be8d38cd328b6469ff96ae0eb8bec13 Mon Sep 17 00:00:00 2001 From: Fabien B <15647296+nusantara-self@users.noreply.github.com> Date: Fri, 16 Feb 2024 03:15:44 +0100 Subject: [PATCH] Update test-deploy.yml --- .github/workflows/test-deploy.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test-deploy.yml b/.github/workflows/test-deploy.yml index 4ae8baa..7715290 100644 --- a/.github/workflows/test-deploy.yml +++ b/.github/workflows/test-deploy.yml @@ -12,10 +12,10 @@ jobs: name: Test deployment runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 - - uses: actions/setup-node@v3 + - uses: actions/checkout@v4 + - uses: actions/setup-node@v4 with: - node-version: 18 + node-version: 20 cache: yarn - name: Install dependencies