From acdae25c0b5e13e4e47fad4f0f71880b92e897f6 Mon Sep 17 00:00:00 2001 From: Kara <49822414+karashiiro@users.noreply.github.com> Date: Sun, 7 Jul 2024 14:28:06 -0700 Subject: [PATCH] chore: update CI Node versions --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index cf96e06..725d627 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -13,7 +13,7 @@ jobs: - name: Install Node.js uses: actions/setup-node@v3 with: - node-version: 16.x + node-version: 18.x - name: Yarn run: npm install -g yarn - name: Install