Skip to content

Commit

Permalink
fix: skip node v17 builds
Browse files Browse the repository at this point in the history
  • Loading branch information
viceice authored Feb 2, 2023
1 parent 9452069 commit ca001ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion builder.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"image": "node",
"versioning": "semver",
"startVersion": "14.15.0",
"allowedVersions": "^14.15.0 || >=16.10.0",
"allowedVersions": "^14.15.0 || ^16.10.0 || >=18.12.0",
"extractVersion": "^v(?<version>.*)$",
"cache": "docker-build-cache"
}

0 comments on commit ca001ed

Please sign in to comment.