From 2df9c454173d9a9e5796e14bc16df1cbcd0e78c9 Mon Sep 17 00:00:00 2001 From: TA2k Date: Sun, 29 Oct 2023 20:12:32 +0100 Subject: [PATCH] increase base --- .github/workflows/test-and-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-and-release.yml b/.github/workflows/test-and-release.yml index cf97e32..bc18a5b 100644 --- a/.github/workflows/test-and-release.yml +++ b/.github/workflows/test-and-release.yml @@ -22,7 +22,7 @@ jobs: strategy: matrix: - node-version: [14.x] + node-version: [20.x] steps: - name: Checkout code