From 4240ec5e0b9e1967e0b66c83decfeb6433d96d8a Mon Sep 17 00:00:00 2001 From: Tanner Nielsen Date: Mon, 19 Feb 2024 22:04:56 -0600 Subject: [PATCH] ci: update 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 19975e5..446d285 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -19,7 +19,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node-version: [16.x, 18.x, 20.x, 22.x] + node-version: [16, 18, 20, 22] typescript-version: [4.2.x, 4.6.x, 5.0.x, 5.2.x] steps: - uses: actions/checkout@v2