From 9b2e8a61ed5e41811d59640b40dc9952ebf17de1 Mon Sep 17 00:00:00 2001 From: Mario Pietsch Date: Tue, 29 Oct 2024 13:34:50 +0100 Subject: [PATCH] Use Node.js v 22.x.y for our GH build system (#8708) --- .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