Skip to content

Commit c466fcb

Browse files
authored
Merge pull request #450 from pylonide/development
Release v2.11.0
2 parents 237acc5 + dd4cc94 commit c466fcb

8 files changed

Lines changed: 1722 additions & 1075 deletions

File tree

.github/workflows/nodejs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
strategy:
1212
matrix:
13-
node-version: [14.x, 15.x, 16.x, 17.x, 18.x, 19.x, 20.x]
13+
node-version: [20.x, 21.x, 22.x, 23.x, 24.x]
1414
steps:
1515
- uses: actions/checkout@v3
1616
- name: Use Node.js ${{ matrix.node-version }}

.github/workflows/npm-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- uses: actions/checkout@v3
1515
- uses: actions/setup-node@v3
1616
with:
17-
node-version: 18
17+
node-version: 22
1818
- run: npm ci
1919

2020
publish-npm:
@@ -24,7 +24,7 @@ jobs:
2424
- uses: actions/checkout@v3
2525
- uses: actions/setup-node@v3
2626
with:
27-
node-version: 18
27+
node-version: 22
2828
registry-url: https://registry.npmjs.org/
2929
- run: npm ci
3030
- run: npm publish

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[![Build Status](https://travis-ci.com/pylonide/pylon.svg?branch=master)](https://travis-ci.com/pylonide/pylon)
1+
[![Build Status](https://github.com/pylonide/pylon/actions/workflows/nodejs.yml/badge.svg)](https://github.com/pylonide/pylon/actions/workflows/nodejs.yml)
22
[![Master Dependency Status](https://snyk.io/test/github/pylonide/pylon/badge.svg)](https://snyk.io/test/github/pylonide/pylon)
33
[![Development Dependency Status](https://snyk.io/test/github/pylonide/pylon/development/badge.svg)](https://snyk.io/test/github/pylonide/pylon/development)
44
[![Bitcoin donate button](https://img.shields.io/badge/bitcoin-donate-yellow.svg)](https://commerce.coinbase.com/checkout/5f3b0455-32ba-4b85-b299-00fe739d8b10 "One-time donation to keep this project alive")
@@ -15,7 +15,7 @@ Pylon is built entirely on a web stack, making it the most hacker-friendly IDE t
1515
## Features
1616

1717
- High performance ACE text editor with bundled syntax highlighting to support a wide range of programming languages.
18-
- Modern node support (NodeJS >= 14.21.1)
18+
- Modern node support (NodeJS >= 20.19.0)
1919
- Up to date dependencies and compatibility fixes
2020
- Terminal
2121

@@ -59,9 +59,9 @@ For quality of life it is recommended to remap Caps Lock hardware key to act as
5959

6060
If installing on Windows, please refer to [Installation on Windows](#installation-on-windows-experimental).
6161

62-
Requirements (>= 2.9.0):
62+
Requirements (>= 2.11.0):
6363

64-
* NodeJS `>= 14.21.1`
64+
* NodeJS `>= 20.19.0`
6565
* g++-4.9 (Required for node-pty compilation)
6666
* make (Required for node-pty compilation)
6767
* python (Required for node-pty compilation)

0 commit comments

Comments
 (0)