Skip to content

Commit

Permalink
feat: remove support for Node.js 12
Browse files Browse the repository at this point in the history
BREAKING CHANGE: `sa11y` will no longer support Node.js 12, which is EOL since 30 April 2022
  • Loading branch information
jasonschroeder-sfdc committed Aug 17, 2022
1 parent 473b770 commit d7f3dfc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ Before you start, it helps to be familiar with [Web Accessibility](https://trail

## Requirements

- [Node](https://nodejs.org/) >= 12
- [Node](https://nodejs.org/) >= 14
- [Yarn](https://yarnpkg.com/) >= 1.22

## Installation
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,6 @@
"webdriverio": "6.12.1"
},
"engines": {
"node": "^12 || ^14"
"node": "^14"
}
}

0 comments on commit d7f3dfc

Please sign in to comment.