From 1f142135f2efcf6cf38d9e3b4c69d368602f70d7 Mon Sep 17 00:00:00 2001 From: Leo Singer Date: Mon, 16 Dec 2024 13:09:57 -0500 Subject: [PATCH] Update node.js engine for deploy job to match deployment target --- .github/workflows/deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index c504f9b3c..f64e6a9e8 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -17,7 +17,7 @@ jobs: - name: Install Node.js uses: actions/setup-node@v4 with: - node-version: '20' + node-version: '22' - name: NPM Install run: | npm ci @@ -61,7 +61,7 @@ jobs: - name: Install Node.js uses: actions/setup-node@v4 with: - node-version: '20' + node-version: '22' - name: NPM Install run: npm ci - name: Download artifacts