From 7965659c4af57424d214d1e9e5d76f4b79e6d63b Mon Sep 17 00:00:00 2001 From: rianli Date: Mon, 9 Sep 2024 14:31:27 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9B=9E=E9=80=80=20node=20version?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/pr-open-check.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-open-check.yml b/.github/workflows/pr-open-check.yml index d109fb4e..6f2bd1d1 100644 --- a/.github/workflows/pr-open-check.yml +++ b/.github/workflows/pr-open-check.yml @@ -15,7 +15,7 @@ jobs: - uses: wagoid/commitlint-github-action@v4 - uses: actions/setup-node@v2 with: - node-version: '18' + node-version: '16' check-latest: true - name: Get yarn cache directory path id: yarn-cache-dir-path