From 49537d9055dad43c7490c335cc26a74505d54306 Mon Sep 17 00:00:00 2001 From: pmario Date: Fri, 1 Nov 2024 17:05:57 +0100 Subject: [PATCH] set GH CI NODE_VERSION to 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 737d523ef..75c3bb8d3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -5,7 +5,7 @@ on: - master - tiddlywiki-com env: - NODE_VERSION: "18" + NODE_VERSION: "22" jobs: test: runs-on: ubuntu-latest