From 3e5dce22d3a79a415a5e0db3a5dba3cfaa4b0521 Mon Sep 17 00:00:00 2001 From: commenthol Date: Sun, 21 Jul 2024 11:02:29 +0200 Subject: [PATCH] chore: deprecate node 18 in favor of 22 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 25d3996..47d717c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,7 +17,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node-version: [18.x, 20.x] + node-version: [20.x, 22.x] # See supported Node.js release schedule at https://nodejs.org/en/about/releases/ steps: - uses: actions/checkout@v3