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