From b9e6b46be09ef1ce8858e0aeb106d9b52043899c Mon Sep 17 00:00:00 2001 From: ehmicky Date: Sun, 21 Apr 2024 13:48:48 +0100 Subject: [PATCH] Test on Node 22 --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index befd610..821fde2 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -12,7 +12,7 @@ jobs: # We do not run each possible combination to make CI faster. matrix: os: [ubuntu-latest, macOS-latest, windows-latest] - node: [21] + node: [22] include: - os: ubuntu-latest node: 18.18.0