From e855f2422512fbc478846b767d1b8b0bd53e1743 Mon Sep 17 00:00:00 2001 From: Kosty Maleyev Date: Wed, 20 Mar 2024 08:09:43 -0700 Subject: [PATCH] [platform] Upgrade Node 16 -> 18 in auto-deploy.yml --- .github/workflows/auto-deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/auto-deploy.yml b/.github/workflows/auto-deploy.yml index 7b970528..dd1821fb 100644 --- a/.github/workflows/auto-deploy.yml +++ b/.github/workflows/auto-deploy.yml @@ -48,7 +48,7 @@ jobs: - name: Install Node uses: actions/setup-node@v3 with: - node-version: '16' + node-version: '18' - name: Setup Sentry CLI uses: mathieu-bour/setup-sentry-cli@v1.3.0