From 1fca993819a8d50dd3b905bd2c04627a4421ec1f Mon Sep 17 00:00:00 2001 From: Ben Parizek Date: Mon, 18 Mar 2024 00:47:10 -0400 Subject: [PATCH] Updates action node requirement --- .github/workflows/deploy-craft-v4.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-craft-v4.yml b/.github/workflows/deploy-craft-v4.yml index f1b24fad..51f2f505 100644 --- a/.github/workflows/deploy-craft-v4.yml +++ b/.github/workflows/deploy-craft-v4.yml @@ -22,7 +22,7 @@ jobs: - name: Install Node.js uses: actions/setup-node@v1 with: - node-version: '16.x' + node-version: '20.x' - name: Install npm dependencies run: npm install