Skip to content

Commit

Permalink
fix!: drop support for node 15 and earlier
Browse files Browse the repository at this point in the history
  • Loading branch information
mefellows authored and YOU54F committed Jul 7, 2023
1 parent fb4e338 commit 5fa91db
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ PREBUILD_AND_TEST: &PREBUILD_AND_TEST
test_16_script: NODE_VERSION=16 script/ci/build-and-test.sh && script/ci/clean.sh

linux_arm_task:
only_if: $CIRRUS_CHANGE_TITLE !=~ 'chore\(release\):.*'
env:
SET_NVM: "true"
arm_container:
# container:
image: node:20-slim
cirrus_setup_script: chmod +x script/**/* && chmod +x script/**
setup_script: apt update --yes && apt install --yes curl python3 make build-essential g++ unzip zip git
Expand All @@ -35,6 +35,7 @@ linux_arm_task:
path: prebuilds/*.tar.gz

macos_arm_task:
only_if: $CIRRUS_CHANGE_TITLE !=~ 'chore\(release\):.*'
macos_instance:
image: ghcr.io/cirruslabs/macos-ventura-base:latest
env:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"arm64"
],
"engine": {
"node": ">=6"
"node": ">=16"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 5fa91db

Please sign in to comment.