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.