Skip to content

Commit a3229d1

Browse files
committed
fix: try fix npm publish
1 parent 745b97b commit a3229d1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ jobs:
1414
uses: actions/setup-node@v4
1515
with:
1616
always-auth: true
17-
node-version: 22
17+
node-version: 24
1818
cache: 'yarn'
1919
registry-url: 'https://registry.npmjs.org/'
2020
- name: Install dependencies
21-
run: yarn install --frozen-lockfile
21+
run: yarn install --frozen-lockfile --ignore-engines
2222
- name: Build the plugin
2323
run: yarn build
2424
- name: Get the release tag version

0 commit comments

Comments
 (0)