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

@ -13,7 +13,7 @@ jobs:
- name: Setup NodeJS
uses: actions/setup-node@v2.5.1
with:
node-version: '16.x'
node-version: '18.x'
registry-url: 'https://registry.npmjs.org'
- name: Install dependencies