From e1f31c7dd64d78917fc8ad7c8f36fa30918bbc8b Mon Sep 17 00:00:00 2001 From: wangshijun Date: Mon, 25 Sep 2023 17:57:44 +0800 Subject: [PATCH] fix: use nodejs v16 in ci --- .github/workflows/publish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 1dc4f09..ab4ccf4 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -17,10 +17,10 @@ jobs: ref: master token: ${{ secrets.GIT_HUB_TOKEN }} - - name: Use Node.js v14 + - name: Use Node.js v16 uses: actions/setup-node@v2 with: - node-version: 14 + node-version: 16 - name: Install dependencies run: |