Skip to content

Commit

Permalink
feat: drop node v16 from builds (#102)
Browse files Browse the repository at this point in the history
  • Loading branch information
viceice authored Nov 30, 2023
1 parent 818ce48 commit 3f36546
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions builder.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"image": "node",
"versioning": "semver",
"startVersion": "16.10.0",
"allowedVersions": "^16.10.0 || ^18.12.0 || >=20.0.0",
"startVersion": "18.12.0",
"allowedVersions": "^18.12.0 || ^20.9.0 || >=21.0.0",
"extractVersion": "^v(?<version>.*)$",
"cache": "docker-build-cache"
}

0 comments on commit 3f36546

Please sign in to comment.