From 6516501a8a0817a7ce4a19155c63843c264064e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maciej=20Ma=C5=82kowski?= Date: Wed, 2 Oct 2024 14:43:06 +0200 Subject: [PATCH] Update pull_request.yml --- .github/workflows/pull_request.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index a1ffe4cf..0c47f84a 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -8,7 +8,7 @@ jobs: strategy: matrix: - node-version: [16.x, 18.x] # Updated to use more recent LTS versions + node-version: [12.x] # Updated to use more recent LTS versions steps: - uses: actions/checkout@v3