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