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