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