From 203f80020cfd9854f173267afbe97c7951ebac03 Mon Sep 17 00:00:00 2001 From: elf Pavlik Date: Wed, 15 May 2024 06:20:58 -0600 Subject: [PATCH] chore: update CI node versions * test: update CI node versions * Update npm-test.yml * revert changes to quotes * 22.0 broken on windows https://github.com/nodejs/node/issues/52682 --- .github/workflows/npm-test.yml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/.github/workflows/npm-test.yml b/.github/workflows/npm-test.yml index d1cbf83a9..154b9a6a0 100644 --- a/.github/workflows/npm-test.yml +++ b/.github/workflows/npm-test.yml @@ -10,7 +10,7 @@ jobs: - uses: actions/checkout@v4.1.5 - uses: actions/setup-node@v4 with: - node-version: 16.x + node-version: 20.x - run: npm ci --ignore-scripts - run: npm run lint @@ -27,7 +27,8 @@ jobs: - 18.x - '20.0' - 20.x - - 21.x + - '22.1' + - 22.x timeout-minutes: 15 steps: - name: Use Node.js ${{ matrix.node-version }} @@ -59,7 +60,7 @@ jobs: node-version: - 18.x - 20.x - - 21.x + - 22.x env: TEST_DOCKER: true services: @@ -94,7 +95,7 @@ jobs: node-version: - 18.x - 20.x - - 21.x + - 22.x timeout-minutes: 20 steps: - name: Use Node.js ${{ matrix.node-version }} @@ -124,7 +125,7 @@ jobs: - name: Use Node.js uses: actions/setup-node@v4 with: - node-version: 16.x + node-version: 20.x - name: Check out repository uses: actions/checkout@v4.1.5 - name: Install dependencies and run build scripts