Skip to content

Commit 8e62917

Browse files
committed
ci: ignore engines
1 parent 6f0ce36 commit 8e62917

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ jobs:
1515
node-version: "22"
1616
- name: Lint
1717
run: |
18-
yarn
18+
yarn --ignore-engines
1919
yarn lint
2020
- name: Test
2121
run: |
22-
yarn
22+
yarn --ignore-engines
2323
yarn test
2424
2525
publish:
@@ -34,7 +34,7 @@ jobs:
3434
with:
3535
node-version: "22"
3636
- name: Publish
37-
run: yarn; yarn build:lib; npx semantic-release
37+
run: yarn --ignore-engines; yarn build:lib; npx semantic-release
3838
env:
3939
GH_TOKEN: ${{ secrets.GH_TOKEN }}
4040
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)