From 3e5cd1303225edce1c135527a7290f01e8d22df5 Mon Sep 17 00:00:00 2001 From: Hebi Li Date: Tue, 31 Oct 2023 14:00:57 -0700 Subject: [PATCH] use node:20 in CI --- .github/workflows/publish.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 23dcac3f..03323975 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -16,7 +16,7 @@ jobs: - name: Setup Node.js uses: actions/setup-node@v2 with: - node-version: 14 # Change this to your desired Node.js version + node-version: 20 # Change this to your desired Node.js version - name: Install pnpm run: npm install -g pnpm