From a3229d1ced9d47fc40917ef4413d1560ca5c42fe Mon Sep 17 00:00:00 2001 From: Boaz Poolman Date: Mon, 2 Mar 2026 14:20:29 +0100 Subject: [PATCH] fix: try fix npm publish --- .github/workflows/publish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index bb9abdb..8c4d063 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -14,11 +14,11 @@ jobs: uses: actions/setup-node@v4 with: always-auth: true - node-version: 22 + node-version: 24 cache: 'yarn' registry-url: 'https://registry.npmjs.org/' - name: Install dependencies - run: yarn install --frozen-lockfile + run: yarn install --frozen-lockfile --ignore-engines - name: Build the plugin run: yarn build - name: Get the release tag version