Skip to content
This repository was archived by the owner on Jan 20, 2023. It is now read-only.

Commit a369905

Browse files
committed
chore(ci): uncomment ls-engines
1 parent fa14f56 commit a369905

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,8 @@ jobs:
2727
cache: npm
2828
check-latest: true
2929
- run: npm ci
30-
# waiting on https://github.com/ljharb/ls-engines/pull/23 to be fixed
31-
# - name: Ensure dependencies are compatible with the version of node
32-
# run: npx ls-engines
30+
- name: Ensure dependencies are compatible with the version of node
31+
run: npx ls-engines
3332
- run: npm run test:ci
3433
test:
3534
runs-on: ubuntu-latest

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"xo": "0.46.4"
4040
},
4141
"engines": {
42-
"node": ">=14.17"
42+
"node": "^17 || ^16 || ^14.17"
4343
},
4444
"files": [
4545
"lib",

0 commit comments

Comments
 (0)