Update node version in Github workflows

This commit is contained in:
Leon Zandman 2026-02-28 22:20:27 +01:00 committed by GCHQDeveloper581
parent ac4d4f61a0
commit 77984fef93
No known key found for this signature in database
GPG Key ID: 6222E059A3DF595C
3 changed files with 4 additions and 4 deletions

View File

@ -21,7 +21,7 @@ jobs:
- name: Set node version
uses: actions/setup-node@v6
with:
node-version: '20.x'
node-version: 22
registry-url: "https://registry.npmjs.org"
- name: Install

View File

@ -17,7 +17,7 @@ jobs:
- name: Set node version
uses: actions/setup-node@v6
with:
node-version: '20.x'
node-version: 22
registry-url: "https://registry.npmjs.org"
- name: Install

View File

@ -27,7 +27,7 @@ jobs:
- name: Set node version
uses: actions/setup-node@v6
with:
node-version: '20.x'
node-version: 22
registry-url: "https://registry.npmjs.org"
- name: Install
@ -106,7 +106,7 @@ jobs:
- name: Set node version
uses: actions/setup-node@v6
with:
node-version: 18
node-version: 22
registry-url: "https://registry.npmjs.org"
- name: Install