Skip to content

Commit

Permalink
drop node 0.12 support
Browse files Browse the repository at this point in the history
  • Loading branch information
ananthakumaran committed Jun 5, 2023
1 parent ef6e9b7 commit bb09bcc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: '18'
node-version: '14'
- uses: actions/setup-python@v2
- uses: purcell/setup-emacs@master
with:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
### Installation

* Tide requires Emacs 25 or later. We recommend Emacs 27 or later with native json support.
* Install [node.js](https://nodejs.org/) v0.12.0 or greater.
* Install [node.js](https://nodejs.org/) v0.14.0 or greater.
* Make sure
[tsconfig.json](http://www.typescriptlang.org/docs/handbook/tsconfig-json.html)
or
Expand Down

0 comments on commit bb09bcc

Please sign in to comment.