From 856adab8f4593c1e32d821c2c6b24ea96875d714 Mon Sep 17 00:00:00 2001 From: Josh Wilson Date: Sat, 31 Aug 2024 15:34:14 -0400 Subject: [PATCH] Only publish on Node 22. --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 329e9ff..fb80417 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -43,7 +43,7 @@ jobs: run: pnpm run ci - name: Publish to npm if needed - if: github.ref == 'refs/heads/main' + if: github.ref == 'refs/heads/main' && matrix.node == '22' env: NPM_TOKEN: ${{ secrets.NPM_TOKEN }} run: pnpm publish -r --no-git-checks --dry-run