diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 2afec84..304926a 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -17,7 +17,8 @@ jobs: strategy: matrix: os: [ macos-latest, windows-latest, ubuntu-latest ] - node-version: [ 8.x, 10.x, 12.x, 14.x ] + node-version: [ 14.x ] +# node-version: [ 8.x, 10.x, 12.x, 14.x ] env: OS: ${{ matrix.os }} diff --git a/package-lock.json b/package-lock.json index 268717d..438563e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@foxify/events", - "version": "1.1.4", + "version": "2.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@foxify/events", - "version": "1.1.4", + "version": "2.0.0", "license": "MIT", "workspaces": [ "benchmarks" diff --git a/package.json b/package.json index 642ad31..c652b80 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@foxify/events", - "version": "1.1.4", + "version": "2.0.0", "description": "A high performance EventEmitter alternative for Node.js and browser", "author": { "name": "Ardalan Amini",