Make compatible with node >=22 (#2273)

Breaking change: uplifts the minimum version of node required to v20
This commit is contained in:
GCHQDeveloper581
2026-04-28 07:18:44 +01:00
committed by GitHub
parent e0ba5d2812
commit 864afa85aa
16 changed files with 21 additions and 18 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ jobs:
- name: Set node version
uses: actions/setup-node@v6
with:
node-version: 18
node-version: '20.x'
registry-url: "https://registry.npmjs.org"
- name: Install
+1 -1
View File
@@ -17,7 +17,7 @@ jobs:
- name: Set node version
uses: actions/setup-node@v6
with:
node-version: 18
node-version: '20.x'
registry-url: "https://registry.npmjs.org"
- name: Install
+1 -1
View File
@@ -27,7 +27,7 @@ jobs:
- name: Set node version
uses: actions/setup-node@v6
with:
node-version: 18
node-version: '20.x'
registry-url: "https://registry.npmjs.org"
- name: Install