Skip to content

Commit

Permalink
feat: requiring Node 14.18+
Browse files Browse the repository at this point in the history
  • Loading branch information
erunion committed Jul 25, 2022
1 parent 5025826 commit c5f5350
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
strategy:
matrix:
node-version:
- 14.15.1 # We're targeting this release of Node because we aren't on >=14.18 yet.
- 14
- 16
- 18

Expand All @@ -19,7 +19,7 @@ jobs:
# Node 14 still ships with npm@6 so for compatibility reasons we're upping
# this to match everything else.
- name: Install npm@8
if: matrix.node-version == '14.15.1'
if: matrix.node-version == '14'
run: npm install -g npm@8

- run: npm ci
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"private": true,
"description": "Core coding and style standards for all ReadMe technology.",
"engines": {
"node": ">=14",
"node": ">=14.18",
"npm": "^7 || ^8"
},
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"url": "[email protected]:readmeio/standards.git"
},
"engines": {
"node": ">=14"
"node": ">=14.18"
},
"scripts": {
"prettier": "prettier --list-different --write \"./**/**.js\"",
Expand Down
6 changes: 3 additions & 3 deletions packages/stylelint-config/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit c5f5350

Please sign in to comment.