Skip to content

Commit

Permalink
chore: upgrade Eslint parser to 6.x (#97)
Browse files Browse the repository at this point in the history
* feat: Add support for TypeScript version 5

* chore: Upgrade eslint parser to 6.5.0

* fix: update version compatability

* Upgrade to node 16

---------

Co-authored-by: Moreno Feltscher <moreno@smartive.ch>
Co-authored-by: Raphael Porto <raphael.porto.de.freitas@nentgroup.com>
  • Loading branch information
3 people authored Nov 3, 2023
1 parent 0c4bafe commit 2bc54b3
Show file tree
Hide file tree
Showing 4 changed files with 2,305 additions and 3,397 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
build_and_test:
strategy:
matrix:
node: ['12', '14', '16']
node: ['16', '18', '20']
os: ['ubuntu-latest', 'windows-latest']

name: Node ${{ matrix.node }} on ${{ matrix.os }}
Expand Down
Loading

0 comments on commit 2bc54b3

Please sign in to comment.