mirror of
https://github.com/tcgdex/javascript-sdk.git
synced 2025-06-22 07:49:18 +00:00
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:
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -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
|
||||
|
Reference in New Issue
Block a user