Update node version used in GitHub actions

This commit is contained in:
GCHQDeveloper581 2025-11-03 15:29:42 +00:00
parent 840f6bf2bf
commit 3f591af3a0
No known key found for this signature in database
GPG Key ID: 6222E059A3DF595C
3 changed files with 3 additions and 3 deletions

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

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

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