1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2025-02-02 12:19:11 +00:00

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

This commit is contained in:
Mario Pietsch 2024-10-29 13:34:50 +01:00 committed by GitHub
parent bb53cc5791
commit 9b2e8a61ed
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -5,7 +5,7 @@ on:
- master - master
- tiddlywiki-com - tiddlywiki-com
env: env:
NODE_VERSION: "18" NODE_VERSION: "22"
jobs: jobs:
test: test:
runs-on: ubuntu-latest runs-on: ubuntu-latest