From eafe3df2c6bdaa14ae65246546cbd7ccc931e771 Mon Sep 17 00:00:00 2001 From: chilingling <26962197+chilingling@users.noreply.github.com> Date: Thu, 18 Apr 2024 04:47:21 -0700 Subject: [PATCH] fix(chore): update pr check node version (#431) --- .github/workflows/push-check.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/push-check.yml b/.github/workflows/push-check.yml index 7f0d4ed..5abf101 100644 --- a/.github/workflows/push-check.yml +++ b/.github/workflows/push-check.yml @@ -14,7 +14,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 with: - node-version: 16 + node-version: 18 - name: Install pnpm run: npm i -g pnpm