From b6a30f97fb3955059720af37f15ff08aa4b2b205 Mon Sep 17 00:00:00 2001 From: Pete Watters <2938440+pete-watters@users.noreply.github.com> Date: Thu, 2 Nov 2023 15:16:04 +0000 Subject: [PATCH] chore(git): update node version in deploy job --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 41ff7e978..99b4ea854 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -13,7 +13,7 @@ jobs: version: '7.x' - uses: actions/setup-node@v3 with: - node-version: '16.x' + node-version: '20' registry-url: 'https://registry.npmjs.org/' cache: 'pnpm' - run: pnpm install