diff --git a/.github/workflows/ci-ipfs-test-production.yml b/.github/workflows/ci-ipfs-test-production.yml index 7b9e56a8d..80dd3d847 100644 --- a/.github/workflows/ci-ipfs-test-production.yml +++ b/.github/workflows/ci-ipfs-test-production.yml @@ -22,7 +22,7 @@ jobs: fetch-depth: 0 fetch-tags: true - name: Install node - uses: actions/setup-node@v4 + uses: actions/setup-node@v6 with: node-version: 20 cache: 'yarn' diff --git a/.github/workflows/ci-ipfs-testnet.yml b/.github/workflows/ci-ipfs-testnet.yml index 2e34ce9ac..dc8e4fba4 100644 --- a/.github/workflows/ci-ipfs-testnet.yml +++ b/.github/workflows/ci-ipfs-testnet.yml @@ -22,7 +22,7 @@ jobs: fetch-depth: 0 fetch-tags: true - name: Install node - uses: actions/setup-node@v4 + uses: actions/setup-node@v6 with: node-version: 20 cache: 'yarn' diff --git a/.github/workflows/ci-ipfs.yml b/.github/workflows/ci-ipfs.yml index 67f625d16..e52665061 100644 --- a/.github/workflows/ci-ipfs.yml +++ b/.github/workflows/ci-ipfs.yml @@ -25,7 +25,7 @@ jobs: fetch-depth: 0 fetch-tags: true - name: Install node - uses: actions/setup-node@v4 + uses: actions/setup-node@v6 with: node-version: 20 cache: 'yarn' diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 6fbf8320e..07e9bec9b 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -24,7 +24,7 @@ jobs: with: ref: ${{ github.event.pull_request.head.sha }} - - uses: actions/setup-node@v4 + - uses: actions/setup-node@v6 with: node-version: 20