Update Node.js used in CI jobs to 24

This commit is contained in:
Oliver Hamlet
2026-04-11 08:55:05 +01:00
parent 1e64b4d4ef
commit ea316265c1
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ jobs:
- name: Set up Node
uses: actions/setup-node@v6
with:
node-version: 22
node-version: 24
- name: Install metadata validator v${{ env.VALIDATOR_VERSION }}
run: wget https://github.com/loot/metadata-validator/releases/download/${{ env.VALIDATOR_VERSION }}/metadata-validator-${{ env.VALIDATOR_VERSION }}-Linux.tar.xz -O - | tar -xJ --strip-components=1
+1 -1
View File
@@ -15,7 +15,7 @@ jobs:
- name: Set up Node
uses: actions/setup-node@v6
with:
node-version: 22
node-version: 24
- name: Install metadata validator v${{ env.VALIDATOR_VERSION }}
run: wget https://github.com/loot/metadata-validator/releases/download/${{ env.VALIDATOR_VERSION }}/metadata-validator-${{ env.VALIDATOR_VERSION }}-Linux.tar.xz -O - | tar -xJ --strip-components=1