Use Node.js v 22.x.y for our GH build system (#8708)

This commit is contained in:
Mario Pietsch
2024-10-29 12:34:50 +00:00
committed by GitHub
parent bb53cc5791
commit 9b2e8a61ed
+1 -1
View File
@@ -5,7 +5,7 @@ on:
- master
- tiddlywiki-com
env:
NODE_VERSION: "18"
NODE_VERSION: "22"
jobs:
test:
runs-on: ubuntu-latest