Update node version in Github workflows.

This commit is contained in:
Leon Zandman 2026-02-28 22:20:27 +01:00
parent 478504431f
commit c16eaa60a0
3 changed files with 4 additions and 4 deletions

View File

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

View File

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

View File

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