From ec280eab7499affb93b2e26bb42c3d28bd0e0958 Mon Sep 17 00:00:00 2001 From: amiabot Date: Fri, 26 Jan 2024 18:08:42 +0000 Subject: [PATCH] Update: synced local '.github/workflows/verify-build.yml' with remote 'workflows/verify-build-default.yml' --- .github/workflows/verify-build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/verify-build.yml b/.github/workflows/verify-build.yml index 57d1f7b..b03ec25 100644 --- a/.github/workflows/verify-build.yml +++ b/.github/workflows/verify-build.yml @@ -1,5 +1,5 @@ # This file is managed in https://github.com/happyprime/projects -name: Verify build (Node 18) +name: Verify build (Node 20) on: [ pull_request ] @@ -26,11 +26,11 @@ jobs: - name: Setup Node uses: actions/setup-node@v4 with: - node-version: 18 + node-version: 20 cache: 'npm' - name: Verify Node dependency cache - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: ./node_modules key: node-dependencies-${{ hashFiles('package-lock.json') }}