fix: try fix npm publish
parent
745b97ba95
commit
a3229d1ced
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue