Skip to content

Commit

Permalink
Remove node 10 support
Browse files Browse the repository at this point in the history
  • Loading branch information
hildjj committed May 26, 2022
1 parent 1f63370 commit 8b0be11
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

strategy:
matrix:
node-version: [10.x, 12.x, 14.x, 15.x, 16.x, 18.x]
node-version: [12.x, 14.x, 15.x, 16.x, 18.x]
os: [ubuntu-latest, windows-latest, macos-latest]

runs-on: ${{ matrix.os }}
Expand Down
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Change Log

This file documents all notable changes to Peggy.

1.3.0
2.0.0
-----

Released: TBD
Expand All @@ -18,6 +18,12 @@ Released: TBD
results checking after each compilation stage.
[@Mingun](https://github.com/peggyjs/peggy/pull/160)

- Remove support for Node.js version 10. When updating dependencies, too many
of the tools we use no longer work on the Node 10, which went out of
security maintenance more than a year ago. Added support for Node.js
version 18.
[@hildjj](https://github.com/peggyjs/peggy/pull/248)

### Minor Changes

- New CLI [@hildjj](https://github.com/peggyjs/peggy/pull/167)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -958,7 +958,7 @@ changes in the grammar, for example, replacing proxy rules.
Both the parser generator and generated parsers should run well in the following
environments:

- Node.js 10+
- Node.js 12+
- Internet Explorer 9+
- Edge
- Firefox
Expand Down
2 changes: 1 addition & 1 deletion docs/documentation.html
Original file line number Diff line number Diff line change
Expand Up @@ -1116,7 +1116,7 @@ <h2 id="compatibility">Compatibility</h2>
following environments:</p>

<ul>
<li>Node.js 10+</li>
<li>Node.js 12+</li>
<li>Internet Explorer 9+</li>
<li>Edge</li>
<li>Firefox</li>
Expand Down

0 comments on commit 8b0be11

Please sign in to comment.