Skip to content
This repository was archived by the owner on Apr 11, 2024. It is now read-only.

Commit fd8475a

Browse files
authored
Merge branch 'main' into dependabot/npm_and_yarn/rollup-plugin-dts-6.1.0
2 parents c994c23 + 3ecee97 commit fd8475a

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/main-release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,9 @@ jobs:
2121
node-version: 16.x
2222
cache: 'yarn'
2323

24+
# TODO Remove the --ignore-engines flag when we drop support for Node 16
2425
- name: Install dependencies
25-
run: yarn --frozen-lockfile
26+
run: yarn --frozen-lockfile --ignore-engines
2627

2728
- name: Create release Pull Request or publish to NPM
2829
id: changesets

.github/workflows/release-candidate.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,9 @@ jobs:
2121
node-version: 16.x
2222
cache: 'yarn'
2323

24+
# TODO Remove the --ignore-engines flag when we drop support for Node 16
2425
- name: Install dependencies
25-
run: yarn --frozen-lockfile
26+
run: yarn --frozen-lockfile --ignore-engines
2627

2728
- name: Create release candidate PR or publish to NPM
2829
id: changesets

0 commit comments

Comments
 (0)