From ac3df8a8f44738ffcde3cfbb7fa3eb880d04a8eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafa=C5=82=20Majewski?= Date: Wed, 15 Mar 2023 00:28:00 +0100 Subject: [PATCH] Replace node 19.x with 19.7 in the workflows --- .github/workflows/continuous_integration.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/continuous_integration.yaml b/.github/workflows/continuous_integration.yaml index 47fe92cb..c9b50129 100644 --- a/.github/workflows/continuous_integration.yaml +++ b/.github/workflows/continuous_integration.yaml @@ -5,7 +5,7 @@ on: pull_request: env: - SETUP_NODE_NODE_VERSION: 19 + SETUP_NODE_NODE_VERSION: 19.7 jobs: prettier-check: