Skip to content

Commit 488ef2b

Browse files
committed
fix: error minimatch@10.1.1: The engine "node" is incompatible with this module. Expected version "20 || >=22". Got "18.20.8"
1 parent fafedc8 commit 488ef2b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/node.js.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
with:
2222
node-version: ${{ matrix.node-version }}
2323
cache: "yarn"
24-
- run: yarn install
24+
- run: yarn install --ignore-engines
2525
- run: yarn build
2626
- run: yarn coverage
2727
- name: Upload coverage to Codecov

0 commit comments

Comments
 (0)