From 13c4ebaab0550b8ae7dec34857ee274f9c94c59a Mon Sep 17 00:00:00 2001 From: Joseph Garrone Date: Wed, 2 Oct 2024 13:07:02 +0200 Subject: [PATCH] Update ci --- .github/workflows/ci.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 4f2ed99..b7b6660 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -13,7 +13,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - node: [ '14', '15' ,'16', '17' ] + node: [ '20', '22' ] os: [ windows-latest, ubuntu-latest ] name: Test with Node v${{ matrix.node }} on ${{ matrix.os }} steps: @@ -33,7 +33,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-node@v3 with: - node-version: '15' + node-version: '22' - name: Cache uses: actions/cache@v3 with: @@ -100,6 +100,7 @@ jobs: - uses: actions/setup-node@v3 with: registry-url: https://registry.npmjs.org/ + node-version: '22' - uses: bahmutov/npm-install@v1 - run: yarn build env: