drop support for node 20 (#5937)

* node 24

* node types

* dockerfiles

* readme

* note
This commit is contained in:
Matt Fiddaman
2025-10-18 23:58:27 +01:00
committed by GitHub
parent 94332016e8
commit 155558ee62
16 changed files with 37 additions and 22 deletions

View File

@@ -17,7 +17,7 @@ runs:
- name: Install node
uses: actions/setup-node@v4
with:
node-version: 20
node-version: 22
- name: Install yarn
run: npm install -g yarn
shell: bash