From 6af0f7ec5c7dd8097c7850ab0177886432f8b9b2 Mon Sep 17 00:00:00 2001 From: amiabot Date: Tue, 11 Feb 2025 19:53:19 +0000 Subject: [PATCH] Update to Node 22 in default build verification --- .github/workflows/verify-build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/verify-build.yml b/.github/workflows/verify-build.yml index a8e03cd..a37683d 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 20) +name: Verify build (Node 22) on: pull_request @@ -16,4 +16,4 @@ jobs: call-workflow: uses: happyprime/workflows/.github/workflows/verify-build.yml@trunk with: - node-version: 20 + node-version: 22