From 2e66b927bb1e68f13ba54a9b69895787de032e27 Mon Sep 17 00:00:00 2001 From: demike Date: Fri, 3 May 2024 19:05:54 +0200 Subject: [PATCH] build: fix node version --- .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 7547fbd4..b2188d49 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -17,7 +17,7 @@ jobs: strategy: matrix: - node-version: [16.x] + node-version: [20.x] # See supported Node.js release schedule at https://nodejs.org/en/about/releases/ steps: