Skip to content

Commit

Permalink
Updated antlr4ng + raised min Node.js version for tests
Browse files Browse the repository at this point in the history
Signed-off-by: Mike Lischke <mike@lischke-online.de>
  • Loading branch information
mike-lischke committed Dec 8, 2023
1 parent 37a132b commit 9370df6
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

strategy:
matrix:
node-version: [16.x, 19.x]
node-version: [18.x, 20.x]

steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 2 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,5 @@ parser/**
src/**
tests/**
tools/**
config/
output/tools/
12 changes: 10 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
},
"dependencies": {
"antlr4-c3": "3.3.4",
"antlr4ng": "2.0.2",
"antlr4ng": "2.0.3",
"glob": "10.3.10",
"jree": "1.2.2"
},
Expand Down

0 comments on commit 9370df6

Please sign in to comment.