From becad0721ccb064e02a679fc4c4c83e52c6faccc Mon Sep 17 00:00:00 2001 From: LuLaValva Date: Fri, 16 Aug 2024 08:29:00 -0700 Subject: [PATCH] chore: update node version for release script --- .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 7be2f28..f4786cb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -71,7 +71,7 @@ jobs: - name: Setup node uses: actions/setup-node@v3 with: - node-version: 16 + node-version: 20 cache: npm - name: Install dependencies run: npm ci