Skip to content

Commit 27bd3b8

Browse files
committed
ci(workflow): ensure engines-strict is enforced in CI
1 parent a5ced7d commit 27bd3b8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ jobs:
2727
with:
2828
node-version: "${{ matrix.node-version }}"
2929
cache: npm
30+
- name: Ensure dependencies are compatible with the version of node
31+
run: echo 'engine-strict=true' >> .npmrc
3032
- run: npm ci
3133
- run: "npm run test:ci"
3234
test:

0 commit comments

Comments
 (0)