diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 03370873..81621911 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -37,7 +37,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 with: - node-version: 16 + node-version: 20.x - name: Check node_modules cache id: cache-node-modules @@ -65,4 +65,4 @@ jobs: - name: Test run: npm run test -- --filter=./${{ matrix.test-prefix }} env: - TEST_PROJECT_ID: ${{ secrets.TEST_PROJECT_ID }} + TEST_PROJECT_ID: "9acf8177401b786e74ffb6cbd5ac11fe" diff --git a/jsonrpc/provider/test/index.test.ts b/jsonrpc/provider/test/index.test.ts index e1732c8b..c201aa70 100644 --- a/jsonrpc/provider/test/index.test.ts +++ b/jsonrpc/provider/test/index.test.ts @@ -63,7 +63,7 @@ describe("@walletconnect/jsonrpc-provider", () => { version: 2, sdkVersion: version, relayUrl: TEST_URL.ws.good, - projectId: "3cbaa32f8fbf3cdcc87d27ca1fa68069", + projectId: "9acf8177401b786e74ffb6cbd5ac11fe", auth, }); diff --git a/jsonrpc/ws-connection/test/index.test.ts b/jsonrpc/ws-connection/test/index.test.ts index 349e94c5..9503e76e 100644 --- a/jsonrpc/ws-connection/test/index.test.ts +++ b/jsonrpc/ws-connection/test/index.test.ts @@ -35,7 +35,7 @@ const formatRelayUrl = async () => { version: 2, sdkVersion: version, relayUrl: RELAY_URL, - projectId: "3cbaa32f8fbf3cdcc87d27ca1fa68069", + projectId: "9acf8177401b786e74ffb6cbd5ac11fe", auth, }); };