From 327225039d1ce67f0390c51b614aac5844afd7de Mon Sep 17 00:00:00 2001 From: Tung Huynh Date: Thu, 18 Jul 2024 18:08:03 +0700 Subject: [PATCH] Update build node version --- .github/workflows/ci.yml | 6 +++--- .github/workflows/publish.yml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 646ef19..9eef524 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,10 +21,10 @@ jobs: - name: Checkout code uses: actions/checkout@v4 - - name: Set up Node.js 18.x - uses: actions/setup-node@v3 + - name: Set up Node.js 20 + uses: actions/setup-node@v4 with: - node-version: "18.x" + node-version: "20" - name: Install dependencies run: npm ci diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 0bc6189..5c81e3b 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -20,7 +20,7 @@ jobs: uses: actions/checkout@v4 - name: Setup Node.js 20 - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: 20