From 8bfc08be0b9509b5e2f4608ab79bbf10c34d4a60 Mon Sep 17 00:00:00 2001 From: netil Date: Fri, 19 Jan 2024 15:10:00 +0900 Subject: [PATCH] chore(ci): upgrade node version 18 -> 20 upgrade node version, due to semantic-version requirement https://github.com/naver/billboard.js/actions/runs/7580089330/job/20645442999#step:5:12 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e0a2efc94..325e1f3e1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -66,7 +66,7 @@ jobs: - name: Setup Node.js uses: actions/setup-node@v3 with: - node-version: 18 + node-version: 20 cache: 'npm' - name: Install dependencies