From 2a8f205a381d26d2e4ad0d2667b864b076ea6abc Mon Sep 17 00:00:00 2001 From: Thomas Lindner <5178550+tclindner@users.noreply.github.com> Date: Sun, 9 Jun 2024 16:47:12 -0500 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1c46df5e..c992dbcd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 with: - node-version: '16' + node-version: '18' - run: npm ci --no-progress - run: npm run build - run: npm run lint @@ -28,7 +28,7 @@ jobs: strategy: matrix: - node: [16, 18, 20] + node: [18, 20, 22] # TODO: Add windows-latest os: [ubuntu-latest, macos-latest]