From d3b295a9c6fbaff002645b6bd2036fb686e7f104 Mon Sep 17 00:00:00 2001 From: Leandro Facchinetti Date: Tue, 24 Oct 2023 15:31:25 +0100 Subject: [PATCH] --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 5a301a8..f5621b6 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -4,7 +4,7 @@ jobs: strategy: matrix: os: [windows, macos, ubuntu] - node-version: [18, 20] + node-version:[latest, lts] runs-on: ${{ matrix.os }}-latest steps: - uses: actions/checkout@v3 @@ -21,7 +21,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-node@v3 with: - node-version: 20 + node-version: latest registry-url: https://registry.npmjs.org/ - run: npm ci && npm publish env: