diff --git a/XLayer/xlayer-testnet-starter/.github/workflows/cli-deploy.yml b/XLayer/xlayer-testnet-starter/.github/workflows/cli-deploy.yml index 5edba7c0..1f16bb61 100644 --- a/XLayer/xlayer-testnet-starter/.github/workflows/cli-deploy.yml +++ b/XLayer/xlayer-testnet-starter/.github/workflows/cli-deploy.yml @@ -20,7 +20,7 @@ jobs: - name: Setup Node.js environment uses: actions/setup-node@v2 with: - node-version: 16 + node-version: 18 - run: yarn - name: Codegen run: yarn codegen