Skip to content

Commit

Permalink
add node 10
Browse files Browse the repository at this point in the history
  • Loading branch information
acalcutt committed Sep 10, 2022
1 parent f6038e5 commit cbbc7f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion platform/node/scripts/publish.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ if [[ "${CIRCLE_TAG}" == "node-v${PACKAGE_JSON_VERSION}" ]] || [[ "${PUBLISH:-}"
# Changes to the version targets here should happen in tandem with updates to the
# EXCLUDE_NODE_ABIS property in cmake/node.cmake and the "node" engines property in
# package.json.
for TARGET in 14.0.0 16.0.0 18.0.0; do
for TARGET in 10.0.0 14.0.0 16.0.0 18.0.0; do
rm -rf build/stage

if [[ "${BUILDTYPE}" == "RelWithDebInfo" ]]; then
Expand Down

0 comments on commit cbbc7f0

Please sign in to comment.