Skip to content

Commit c897291

Browse files
committed
chore: pin ls-engines to v0.9.4
v0.10.0 has dropped support for Node.js < 22
1 parent 8cdf5fc commit c897291

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
cache: npm
3232
- run: npm ci
3333
- name: Ensure dependencies are compatible with the version of node
34-
run: npx ls-engines
34+
run: npx ls-engines@v0.9.4
3535
- run: npm run test
3636
test:
3737
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)