diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index ff8e94d70f..6e76c05f51 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -12,10 +12,9 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - - name: Use Node.js 14 - uses: actions/setup-node@v1 - with: - node-version: 14 + - uses: actions/setup-node@v2 + with: + node-version: 14 - run: npm install - run: npx aegir lint - uses: gozala/typescript-error-reporter-action@v1.0.8 @@ -35,7 +34,7 @@ jobs: fail-fast: true steps: - uses: actions/checkout@v2 - - uses: actions/setup-node@v1 + - uses: actions/setup-node@v2 with: node-version: ${{ matrix.node }} - run: npm install diff --git a/examples/libp2p-in-the-browser/index.html b/examples/libp2p-in-the-browser/index.html index 1c8f462b5b..1b1f48da60 100644 --- a/examples/libp2p-in-the-browser/index.html +++ b/examples/libp2p-in-the-browser/index.html @@ -16,7 +16,7 @@