From 70e874e47bc70ea819b0484be8f0c43882fd7a0f Mon Sep 17 00:00:00 2001 From: Leandro Facchinetti Date: Wed, 19 Apr 2023 13:06:37 +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 6418707..5a301a8 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, 19] + node-version: [18, 20] 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: 19 + node-version: 20 registry-url: https://registry.npmjs.org/ - run: npm ci && npm publish env: