Skip to content

Commit e75d527

Browse files
committed
TASK-10510: Trying to set:x NodeJS version to minimum
Signed-off-by: Doug Koerich <[email protected]>
1 parent 344ed0f commit e75d527

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

.github/workflows/cypress.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414

1515
strategy:
1616
matrix:
17-
node-version: [18.14.x]
17+
node-version: [16.x]
1818

1919
steps:
2020
- name: Checkout repository

.github/workflows/index.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Setup Node.js
2727
uses: actions/setup-node@v4
2828
with:
29-
node-version: '18.14.x'
29+
node-version: '16.x'
3030

3131
- name: Cache dependencies
3232
uses: actions/cache@v4

.github/workflows/labeller.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
steps:
1010
- uses: actions/setup-node@v4
1111
with:
12-
node-version: '18.14.x'
12+
node-version: '16.x'
1313
- uses: actions/labeler@v5
1414
with:
1515
repo-token: '${{ secrets.GITHUB_TOKEN }}'

.github/workflows/lighthouse.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212

1313
strategy:
1414
matrix:
15-
node-version: [18.14.x]
15+
node-version: [16.x]
1616

1717
steps:
1818
- uses: actions/checkout@v4

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ _**This is not a required step in contributing to the documentation**_
153153

154154
### Node Version
155155

156-
18.14.x
156+
>=16
157157
158158
### Installation
159159

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "0.2.0",
44
"private": true,
55
"engines": {
6-
"node": "=18.14"
6+
"node": "^16"
77
},
88
"scripts": {
99
"predev": "npm run build:images",

0 commit comments

Comments
 (0)