From 1e520c174e225b3ecdeced7283a05fcb002d1033 Mon Sep 17 00:00:00 2001 From: mrmlnc Date: Sat, 27 Apr 2024 11:03:24 +0300 Subject: [PATCH] ci: use node@22 in CI --- .github/workflows/benchmark.yml | 4 ++-- .github/workflows/main.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index 2d46a3de..17f1ee63 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -19,7 +19,7 @@ jobs: - name: Setup environment uses: actions/setup-node@v4 with: - node-version: 20 + node-version: 22 - name: Install dependencies run: npm install - name: Prepare bundle @@ -52,7 +52,7 @@ jobs: - name: Setup environment uses: actions/setup-node@v4 with: - node-version: 20 + node-version: 22 - name: Install dependencies run: npm install - name: Prepare bundle diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 4315501a..7c42c234 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -19,7 +19,7 @@ jobs: strategy: fail-fast: false matrix: - node_version: [16.14.0, 16, 18, 20] + node_version: [16.14.0, 16, 18, 20, 22] os: - ubuntu-latest - macos-latest