From 25c76e499877f53bd9423e62bf25bea6d23c4f1d Mon Sep 17 00:00:00 2001 From: Daniel Waxweiler Date: Sat, 11 Nov 2023 20:30:22 +0100 Subject: [PATCH] increase Node version number in Github action --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 4e1f6b7..4eaaa55 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -15,7 +15,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: