Skip to content

Commit 335b51f

Browse files
Enforce node version check in CI
* precursor to installing the correct version
1 parent 0878605 commit 335b51f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@ jobs:
1616
fetch-depth: 0
1717

1818
- name: Install nodejs
19-
uses: actions/setup-node@v1
19+
uses: actions/setup-node@v4
2020
with:
2121
node-version: "18.x"
2222

2323
- name: Install node dependencies
24-
run: npm ci
24+
run: npm ci --engine-strict
2525

2626
- name: Run linting
2727
run: npm run lint

0 commit comments

Comments
 (0)