From a9fd57332eb764c7affde6ed6237cd20e11684e7 Mon Sep 17 00:00:00 2001 From: Alexander Mochalin Date: Tue, 21 May 2024 19:38:55 +0500 Subject: [PATCH] chore(ci): add node 22.x --- .github/workflows/branches.yml | 2 +- .github/workflows/pull-requests.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/branches.yml b/.github/workflows/branches.yml index 8a261a9..d000d5f 100644 --- a/.github/workflows/branches.yml +++ b/.github/workflows/branches.yml @@ -12,7 +12,7 @@ jobs: strategy: matrix: - node-version: [18.x, 20.x] + node-version: [18.x, 20.x, 22.x] env: COVERALLS_REPO_TOKEN: '${{ secrets.COVERALLS_REPO_TOKEN }}' diff --git a/.github/workflows/pull-requests.yml b/.github/workflows/pull-requests.yml index 986c9da..631dac8 100644 --- a/.github/workflows/pull-requests.yml +++ b/.github/workflows/pull-requests.yml @@ -12,7 +12,7 @@ jobs: strategy: matrix: - node-version: [18.x, 20.x] + node-version: [18.x, 20.x, 22.x] steps: - uses: actions/checkout@v4