From eb98b00071621ff92096f781f347b5d6ac483625 Mon Sep 17 00:00:00 2001 From: dklimpel <5740567+dklimpel@users.noreply.github.com> Date: Tue, 5 Nov 2024 13:57:37 +0100 Subject: [PATCH] ci: bump nodejs --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 52094b5..4412585 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,7 +19,8 @@ jobs: node-version: - 18 - 20 - - 21 + - 22 + - 23 env: NODE_OPTIONS: '--dns-result-order=ipv4first'