From 7263c7ccaf646a0d514709516a4da7a558bc0146 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felipe=20Ba=C3=B1ados=20Schwerter?= Date: Fri, 23 Aug 2024 19:11:34 +0000 Subject: [PATCH] Updated everywhere to node 22 to finish up upgrade to Current --- .github/workflows/test-and-deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-and-deploy.yml b/.github/workflows/test-and-deploy.yml index 5bd9f0328..17cbfcce1 100644 --- a/.github/workflows/test-and-deploy.yml +++ b/.github/workflows/test-and-deploy.yml @@ -5,7 +5,7 @@ env: # Version required to run itwêwina: ACTIONS_PYTHON_VERSION: '3.10' # Version required to run npm build: - ACTIONS_NODE_VERSION: 20 + ACTIONS_NODE_VERSION: 22 jobs: # Originally, it skipped deploy if [skip deploy] is present in the commit message.