From 60185db721b796066b5fb6fe72ea366198cc0736 Mon Sep 17 00:00:00 2001 From: Noel Date: Sun, 18 Jun 2023 03:22:24 -0700 Subject: [PATCH] [ci/publish] Use Node.js 20 --- .github/workflows/Publish.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/Publish.yaml b/.github/workflows/Publish.yaml index 2aa7242..284eb28 100644 --- a/.github/workflows/Publish.yaml +++ b/.github/workflows/Publish.yaml @@ -32,10 +32,10 @@ jobs: - name: Checkout repository uses: actions/checkout@v3 - - name: Setup Node.js 19 + - name: Setup Node.js 20.x uses: actions/setup-node@v3 with: - node-version: 19.x + node-version: 20.x - name: Setup Yarn and node-modules cache id: yarn-cache