From 4a94a3a228e8946772ba40da9ac193d77f81b65f Mon Sep 17 00:00:00 2001 From: Guilherme Ventura Date: Tue, 30 Apr 2024 14:24:04 +0200 Subject: [PATCH] chore: add correct node versions to tests --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9fcc488..349f604 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node-version: ['10.x', '12.x', '14.x', '16.x'] + node-version: ['20.x', '22.x', 'lts/*'] concurrency: group: test:${{ github.event_name }}:${{ github.ref }}:node-${{ matrix.node-version }} cancel-in-progress: true