From 9bdc66e9b04d44c6fbb68c6ae3ab1a3165f235f6 Mon Sep 17 00:00:00 2001 From: Johannes Raggam Date: Mon, 19 May 2025 18:53:41 +0200 Subject: [PATCH] maint: Update the compatible node version to the current LTS version. --- .github/workflows/test.yml | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 28fcb6e..ce4ce03 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -14,6 +14,6 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 with: - node-version: '20' + node-version: '22' cache: 'yarn' - run: make check diff --git a/package.json b/package.json index 60d347a..d800fdf 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "yarn": "^1.22.22" }, "engines": { - "node": ">=18.18" + "node": ">=22" }, "scripts": { "postinstall": "cd $INIT_CWD && make upgrade || true",