From 571ac07ae1a9121ac705df219ffb390c46a81cde Mon Sep 17 00:00:00 2001 From: Dirk Lemstra Date: Tue, 29 Oct 2024 19:25:27 +0100 Subject: [PATCH] Also build with node 22. --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 3370ec3..d587f19 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -9,7 +9,7 @@ on: - main env: - LATEST_NODE_VERSION: 20 + LATEST_NODE_VERSION: 22 name: main jobs: @@ -19,7 +19,7 @@ jobs: strategy: matrix: - node: [18, 20] + node: [18, 20, 22] os: [ubuntu-latest, macOS-latest, windows-latest] steps: