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