diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index ba85acea..7cfd8bf9 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -28,4 +28,4 @@ jobs: uses: ./.github/workflows/tests.yml with: ref: ${{ github.ref }} - nox-image: "fluencelabs/nox:unstable_minimal" + nox-image: "fluencelabs/nox:unstable" diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 5f031107..53957f32 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -6,7 +6,7 @@ on: nox-image: description: "nox image tag" type: string - default: "fluencelabs/nox:minimal_0.2.9" + default: "fluencelabs/nox:0.4.0" avm-version: description: "@fluencelabs/avm version" type: string @@ -34,6 +34,9 @@ jobs: contents: read id-token: write + env: + LATEST_NODE_VERSION: 20.x + strategy: matrix: node-version: @@ -91,11 +94,8 @@ jobs: - run: pnpm -r i - run: pnpm -r build - - name: Lint code and fix all fixable errors - run: pnpm lint-fix - - - name: Auto-commit - uses: stefanzweifel/git-auto-commit-action@v4 + - name: Lint code + run: pnpm lint-check - name: Override dependencies uses: fluencelabs/github-actions/pnpm-set-dependency@main diff --git a/README.md b/README.md index c6ed200e..a18e74ca 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ This is the Javascript client for the [Fluence](https://fluence.network) network ### HTML page -Add a script tag with the JS Client bundle to your `index.html`. The easiest way to do this is using a CDN ( +Add a script tag with the JS Client module to your `index.html`. The easiest way to do this is using a CDN ( like [JSDELIVR](https://www.jsdelivr.com/) or [UNPKG](https://unpkg.com/)). Here is an example using the JSDELIVR CDN: @@ -33,33 +33,26 @@ Here is an example using the JSDELIVR CDN: ```html