diff --git a/.github/workflows/checks.yaml b/.github/workflows/checks.yaml index 667b3dd..9ab3936 100644 --- a/.github/workflows/checks.yaml +++ b/.github/workflows/checks.yaml @@ -13,7 +13,7 @@ jobs: - name: Set up Node.js uses: actions/setup-node@v2 with: - node-version: '20' + node-version: '16' - name: Install Dependencies run: yarn install --dev diff --git a/package.json b/package.json index 6511eb5..8771c6a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ethers-suave", - "version": "1.1.0", + "version": "1.1.1", "author": "Miha Lotric", "license": "MIT", "description": "Module for interacting with SUAVE smart contracts.", @@ -27,15 +27,15 @@ "typescript": "^5.3.2" }, "devDependencies": { - "@typescript-eslint/eslint-plugin": "8.0.0", - "@typescript-eslint/parser": "8.0.0", - "eslint": "9.8.0", + "@typescript-eslint/eslint-plugin": "^6.14.0", + "@typescript-eslint/parser": "^6.14.0", + "eslint": "^8.55.0", "@types/chai": "^4.3.11", "@types/chai-as-promised": "^7.1.8", "@types/mocha": "^10.0.6", - "chai": "5.1.1", - "chai-as-promised": "8.0.0", + "chai": "^4.3.10", + "chai-as-promised": "^7.1.1", "mocha": "^10.2.0", "ts-node": "^10.9.2" } -} +} \ No newline at end of file