BREAKING CHANGE: update to use nodeJS v16

Since it's used in Github environment it should not have any impact in usage.
Just in case major version updated.

Fixes #82
This commit is contained in:
Dragan Filipovic 2022-10-28 03:44:28 +02:00
parent c711f2c339
commit 12adb9b839
7 changed files with 2550 additions and 832 deletions

View file

@ -12,7 +12,7 @@ jobs:
strategy:
matrix:
os: [ ubuntu-latest ]
node-version: [ 14.x ]
node-version: [ 16.x ]
steps:
- name: Checkout