From 5701c9926f896948923d0890d8cf241ba38be6e2 Mon Sep 17 00:00:00 2001 From: Jack Schedel Date: Fri, 15 Nov 2024 01:01:34 -0500 Subject: [PATCH] check pr new ver --- .github/workflows/check_on_pr.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/check_on_pr.yml b/.github/workflows/check_on_pr.yml index 8b19280..5e4d7a7 100644 --- a/.github/workflows/check_on_pr.yml +++ b/.github/workflows/check_on_pr.yml @@ -20,10 +20,10 @@ jobs: steps: - uses: actions/checkout@v3 - - name: Use Node.js 18 + - name: Use Node.js 22 uses: actions/setup-node@v3 with: - node-version: 18 + node-version: 22 - name: Install pnpm uses: pnpm/action-setup@v2