From da40100a5402d58a18849ce57a47e6a286418c4e Mon Sep 17 00:00:00 2001 From: Eric Newport Date: Tue, 18 Jun 2024 07:36:10 -0400 Subject: [PATCH] bump ci node versions --- .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 3875f43..301592b 100644 --- a/.github/workflows/.ci.yml +++ b/.github/workflows/.ci.yml @@ -5,7 +5,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - node-version: [16.x, 18.x, 20.x] + node-version: [18.x, 20.x, 22.x] os: [ubuntu-latest, macos-latest, windows-latest] steps: - uses: actions/checkout@v4