From 39bc77dc79bb54fc45339503e743a8a81186b852 Mon Sep 17 00:00:00 2001 From: Aron Atkins Date: Fri, 21 Jun 2024 11:33:28 -0400 Subject: [PATCH] node 18/20, not node 16/18 --- .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 e284aa2..215f1c2 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -15,7 +15,7 @@ jobs: - ubuntu-latest node: - 18.x - - 16.x + - 20.x runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v4 @@ -32,7 +32,7 @@ jobs: env: NPM_AUTH_TOKEN: ${{ secrets.NODE_AUTH_TOKEN }} - run: npm info - - if: matrix.node == '18.x' && startsWith(github.ref, 'refs/tags') + - if: matrix.node == '20.x' && startsWith(github.ref, 'refs/tags') run: npm publish - if: startsWith(github.ref, 'refs/heads') run: npm publish --dry-run