Skip to content

Commit

Permalink
Update default node version to 20
Browse files Browse the repository at this point in the history
  • Loading branch information
jcristau committed Sep 26, 2024
1 parent 6094ac0 commit 0d43931
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion taskcluster/kinds/build/kind.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ task-defaults:
worker:
max-run-time: 7200
docker-image:
indexed: xpi.cache.level-3.docker-images.v2.node-16.latest
indexed: xpi.cache.level-3.docker-images.v2.node-20.latest
chain-of-trust: true
volumes:
- /builds/worker/checkouts
Expand Down
2 changes: 1 addition & 1 deletion taskcluster/kinds/test/kind.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ task-defaults:
worker:
max-run-time: 7200
docker-image:
indexed: xpi.cache.level-3.docker-images.v2.node-16.latest
indexed: xpi.cache.level-3.docker-images.v2.node-20.latest
volumes:
- /builds/worker/checkouts
- /builds/worker/.cache
Expand Down
2 changes: 1 addition & 1 deletion taskcluster/xpi_taskgraph/xpi_manifest.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ def get_manifest():
manifest["name"] = package_json["name"].lower()
manifest[
"docker-image"
] = "xpi.cache.level-3.docker-images.v2.node-16.latest"
] = "xpi.cache.level-3.docker-images.v2.node-20.latest"
if "docker-image" in package_json:
manifest["docker-image"] = (
"xpi.cache.level-3.docker-images.v2.%s.latest"
Expand Down

0 comments on commit 0d43931

Please sign in to comment.