From 8249cfa2c15fd8fa4c8399ddc79029937a8b75a6 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Fri, 26 Jul 2024 07:19:26 +0300 Subject: [PATCH] CI: add Node.js 22 --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b70d719..9abea97 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -3,7 +3,7 @@ name: CI on: push: branches: - - "main" + - main pull_request: workflow_dispatch: @@ -22,7 +22,7 @@ jobs: fail-fast: false matrix: os: [ubuntu-latest, windows-latest] - node: [18, 20] + node: [18, 20, 22] steps: - name: Clone repository