We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 745b97b commit a3229d1Copy full SHA for a3229d1
.github/workflows/publish.yml
@@ -14,11 +14,11 @@ jobs:
14
uses: actions/setup-node@v4
15
with:
16
always-auth: true
17
- node-version: 22
+ node-version: 24
18
cache: 'yarn'
19
registry-url: 'https://registry.npmjs.org/'
20
- name: Install dependencies
21
- run: yarn install --frozen-lockfile
+ run: yarn install --frozen-lockfile --ignore-engines
22
- name: Build the plugin
23
run: yarn build
24
- name: Get the release tag version
0 commit comments