refactor: Upgrade dependencies (#128)

* refactor: removed babel

Signed-off-by: Avior <github@avior.me>

* refactor: Upgrade deps

Signed-off-by: Avior <github@avior.me>

* refactor: Removed ts-node

Signed-off-by: Avior <github@avior.me>

* revert: refactor: removed babel

Signed-off-by: Avior <github@avior.me>

* build: Support for other nodejs versions

Signed-off-by: Avior <github@avior.me>
This commit is contained in:
2022-05-05 11:45:42 +02:00
committed by GitHub
parent cffae6cc28
commit ca5ae0aa57
4 changed files with 1561 additions and 4422 deletions

View File

@ -16,7 +16,7 @@ jobs:
strategy:
matrix:
# Follow current releases https://nodejs.org/en/about/releases/
node-version: [12.x, 14.x, 16.x]
node-version: [12.x, 14.x, 16.x, 17.x, 18.x]
steps:
- name: Checkout