From 9a3cf91f52cd98778e27e954defef465c60ff728 Mon Sep 17 00:00:00 2001 From: Thomas Lamant Date: Sun, 25 Aug 2024 22:56:12 +0200 Subject: [PATCH] ci: bump node version to v18 --- .github/workflows/CI-CD.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/CI-CD.yml b/.github/workflows/CI-CD.yml index 7581ca2..ab510bd 100644 --- a/.github/workflows/CI-CD.yml +++ b/.github/workflows/CI-CD.yml @@ -14,7 +14,7 @@ jobs: strategy: matrix: - node-version: [16.x] + node-version: [18.x] # See supported Node.js release schedule at https://nodejs.org/en/about/releases/ steps: