From 807a23abf027ccd0c9e6bfe579585cf2091b2df8 Mon Sep 17 00:00:00 2001 From: janrywang Date: Wed, 18 Oct 2023 01:33:43 +0800 Subject: [PATCH] fix: fix workflow --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bbe84a4ac3c..ba2b8923689 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,10 +13,10 @@ jobs: if: contains(github.event.head_commit.message, 'chore(versions)') == false steps: - uses: actions/checkout@v1 - - name: Use Node.js ${{ matrix.node_version }} + - name: Use Node.js uses: actions/setup-node@v1 with: - node-version: ${{ matrix.node_version }} + node-version: 16 - run: yarn -v - run: yarn --ignore-engines