Skip to content

Commit 7656fc8

Browse files
committed
chore: try ignore-engines
1 parent fcfcd21 commit 7656fc8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/yarn.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,7 @@ jobs:
99
- uses: actions/setup-node@v4
1010
with:
1111
node-version: "18.16"
12-
- run: yarn install
12+
# we need --ignore-engines because some packages requires node 20 and up in the engine and we are currently stuck on node 18
13+
# until an upgrade to node 20 is made, which is currently unplanned. @see https://github.com/cypress-io/request/issues/68
14+
- run: yarn install --ignore-engines
1315
- run: yarn test

0 commit comments

Comments
 (0)