Skip to content

Commit df92f2f

Browse files
committed
Bump version, update CI skipping Node 16 as it's not supported by LionWeb
1 parent 4cc379c commit df92f2f

File tree

4 files changed

+6
-3
lines changed

4 files changed

+6
-3
lines changed

.github/workflows/documentation.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- name: Setup Pages
3535
uses: actions/configure-pages@v2
3636
- name: Generate documentation
37-
uses: actions/setup-node@v3
37+
uses: actions/setup-node@v4
3838
- run: yarn
3939
- run: yarn extract-docs
4040
- name: Upload artifact

.github/workflows/node.js.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99

1010
strategy:
1111
matrix:
12-
node-version: [16.x, 18.x, 20.x]
12+
node-version: [18.x, 20.x]
1313

1414
steps:
1515
- uses: actions/checkout@v3

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
77
### Added
88
- Deserialization of Lionweb nodes to dynamic nodes
99

10+
### Removed
11+
- Support for Node < 18
12+
1013
## [1.6.1] – 2024-02-28
1114

1215
### Added

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "AST building blocks for TypeScript/JavaScript, part of the *lasu family, with optional integrations with ANTLR4 and Ecore.",
44
"author": "Strumenta s.r.l.",
55
"publisher": "strumenta",
6-
"version": "1.6.1",
6+
"version": "1.6.2",
77
"license": "Apache-2.0",
88
"keywords": [
99
"antlr",

0 commit comments

Comments
 (0)