fix: try fix npm publish

pull/210/head
Boaz Poolman 2026-03-02 14:20:29 +01:00
parent 745b97ba95
commit a3229d1ced
1 changed files with 2 additions and 2 deletions

View File

@ -14,11 +14,11 @@ jobs:
uses: actions/setup-node@v4 uses: actions/setup-node@v4
with: with:
always-auth: true always-auth: true
node-version: 22 node-version: 24
cache: 'yarn' cache: 'yarn'
registry-url: 'https://registry.npmjs.org/' registry-url: 'https://registry.npmjs.org/'
- name: Install dependencies - name: Install dependencies
run: yarn install --frozen-lockfile run: yarn install --frozen-lockfile --ignore-engines
- name: Build the plugin - name: Build the plugin
run: yarn build run: yarn build
- name: Get the release tag version - name: Get the release tag version