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') }}