diff --git a/.github/workflows/reformat.yml b/.github/workflows/reformat.yml index 1cd06015e..94b52870b 100644 --- a/.github/workflows/reformat.yml +++ b/.github/workflows/reformat.yml @@ -6,7 +6,7 @@ on: branches: [ main ] env: - ACTIONS_PYTHON_VERSION: 3.10 + ACTIONS_PYTHON_VERSION: '3.10' jobs: diff --git a/.github/workflows/test-and-deploy.yml b/.github/workflows/test-and-deploy.yml index 7660c9f8d..7f3d78cca 100644 --- a/.github/workflows/test-and-deploy.yml +++ b/.github/workflows/test-and-deploy.yml @@ -3,9 +3,9 @@ on: [ push, pull_request ] env: # Version required to run itwêwina: - ACTIONS_PYTHON_VERSION: 3.10 + ACTIONS_PYTHON_VERSION: '3.10' # Version required to run npm build: - ACTIONS_NODE_VERSION: 14 + ACTIONS_NODE_VERSION: 20 jobs: # Skips deploy if [skip deploy] is present in the commit message