From da5f7132a51932159be9429837e83ebace8dd8d6 Mon Sep 17 00:00:00 2001 From: "@beer" <47961062+iiio2@users.noreply.github.com> Date: Sun, 10 Nov 2024 20:41:01 +0600 Subject: [PATCH] ci: add node v22 (#432) --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5f1300d..a9b1ed3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,7 +27,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, macos-latest, windows-latest] - node: [16, 18, 20] + node: [16, 18, 20, 22] fail-fast: false steps: