diff --git a/.github/workflows/firebase-live.yml b/.github/workflows/firebase-live.yml index ec20fee1..5fbe5f20 100644 --- a/.github/workflows/firebase-live.yml +++ b/.github/workflows/firebase-live.yml @@ -16,7 +16,7 @@ jobs: - name: Setup Node uses: actions/setup-node@v4 with: - node-version: '22.14.0' + node-version: '22.15.0' cache: 'pnpm' - run: pnpm install diff --git a/.github/workflows/firebase-preview.yml b/.github/workflows/firebase-preview.yml index b1b35572..75694a7a 100644 --- a/.github/workflows/firebase-preview.yml +++ b/.github/workflows/firebase-preview.yml @@ -16,7 +16,7 @@ jobs: - name: Setup Node uses: actions/setup-node@v4 with: - node-version: '22.14.0' + node-version: '22.15.0' cache: 'pnpm' - run: pnpm install diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 1d6f2f97..e4c9d3d7 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -21,7 +21,7 @@ jobs: - name: Setup Node uses: actions/setup-node@v4 with: - node-version: '22.14.0' + node-version: '22.15.0' cache: 'pnpm' - run: pnpm install diff --git a/libs/link-validator-ignore.json b/libs/link-validator-ignore.json index 4428143d..938e318c 100644 --- a/libs/link-validator-ignore.json +++ b/libs/link-validator-ignore.json @@ -6,5 +6,6 @@ "https://oev.rpc.api3.org", "https://orbitlending.io/", "https://www.coinbase.com/blog/introducing-the-coinbase-price-oracle", - "https://x.com" + "https://x.com", + "https://blastscan.io/address/0x5b0cf2b36a65a6BB085D501B971e4c102B9Cd473#readProxyContract#F17" ]