diff --git a/.github/workflows/npm_test.yml b/.github/workflows/npm_test.yml index 46a5ac9..54381b6 100644 --- a/.github/workflows/npm_test.yml +++ b/.github/workflows/npm_test.yml @@ -10,7 +10,7 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-node@v2 with: - node-version: '16' + node-version: '17' - run: npm install - run: npm test - name: Upload bin folder diff --git a/package-lock.json b/package-lock.json index 9c86763..524e272 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,11 @@ { "name": "deasync", - "version": "0.1.23", + "version": "0.1.24", "lockfileVersion": 2, "requires": true, "packages": { "": { - "version": "0.1.23", + "version": "0.1.24", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index c5c4e9b..4d96f78 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "deasync", - "version": "0.1.23", + "version": "0.1.24", "description": "Turns async function into sync via JavaScript wrapper of Node event loop", "main": "index.js", "author": "Vladimir Kurchatkin ",