Skip to content

Commit 729bd9b

Browse files
authored
Merge pull request #141 from internalsystemerror/enforce-node-version
Bump node to v19 and enforce strict engine checks
2 parents bd923a6 + 5733094 commit 729bd9b

File tree

4 files changed

+161
-142
lines changed

4 files changed

+161
-142
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,7 @@ jobs:
126126
- uses: "actions/setup-node@v3"
127127
with:
128128
check-latest: true
129+
node: 19
129130
- name: "Install node modules"
130131
run: "npm ci"
131132
- name: Run ESLint
@@ -138,6 +139,7 @@ jobs:
138139
- uses: "actions/setup-node@v3"
139140
with:
140141
check-latest: true
142+
node: 19
141143
- name: "Install node modules"
142144
run: "npm ci"
143145
- name: Run Jest

.npmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
engine-strict=true

0 commit comments

Comments
 (0)