Skip to content

Commit

Permalink
remove unsupported node 18 from build (ethers-io/ethers.js#3082)
Browse files Browse the repository at this point in the history
  • Loading branch information
PierreJeanjacquot committed Jun 16, 2022
1 parent 29dd205 commit 06c449c
Showing 1 changed file with 16 additions and 15 deletions.
31 changes: 16 additions & 15 deletions .drone.yml
@@ -1,19 +1,20 @@
pipeline:
test_node18:
image: node:18
pull: true
secrets: [infura_project_id, alchemy_api_key, etherscan_api_key]
commands:
- apt update
- apt install xxd
- node -v
- npm -v
- npm ci
- npm run build
- npm -g install .
- npm test
when:
ref: refs/tags/v*

# test_node18:
# image: node:18
# pull: true
# secrets: [infura_project_id, alchemy_api_key, etherscan_api_key]
# commands:
# - apt update
# - apt install xxd
# - node -v
# - npm -v
# - npm ci
# - npm run build
# - npm -g install .
# - npm test
# when:
# ref: refs/tags/v*

test_node16:
image: node:16
Expand Down

0 comments on commit 06c449c

Please sign in to comment.