From 1436228817c7e6362e7a82b8f79ec3b2e9c99412 Mon Sep 17 00:00:00 2001 From: Alex Date: Mon, 8 Jul 2024 13:42:46 -0400 Subject: [PATCH] update canary node version (#7142) * update canary * test canary * update * Delete unfinished commit --------- Co-authored-by: Alex Luu --- .github/workflows/canary_release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/canary_release.yml b/.github/workflows/canary_release.yml index c208c943c1a..f7081481f8d 100644 --- a/.github/workflows/canary_release.yml +++ b/.github/workflows/canary_release.yml @@ -12,7 +12,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-node@v3 with: - node-version: 16 + node-version: 18 cache: yarn registry-url: 'https://registry.npmjs.org' - run: yarn install --frozen-lockfile