Skip to content

Commit

Permalink
Build for oldest supported version (#73)
Browse files Browse the repository at this point in the history
  • Loading branch information
jtheriault authored Oct 31, 2022
1 parent cbb6454 commit 43307cf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@ name: awsudo build

steps:
- name: install
image: node:erbium
image: node:fermium
commands:
- npm ci
- name: test
image: node:erbium
image: node:fermium
commands:
- npm test
- name: deploy-npm
image: node:erbium
image: node:fermium
commands:
- echo "//registry.npmjs.org/:_authToken=$${NPM_DEPLOY_TOKEN}" > ~/.npmrc
- echo "unsafe-perm=true" >> ~/.npmrc
Expand All @@ -24,7 +24,7 @@ steps:
branch:
- include: [ v* ]
- name: build-packages
image: node:erbium
image: node:fermium
commands:
- apt-get update
- apt-get install -y ruby-dev build-essential rpm
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
lts/erbium
lts/fermium

0 comments on commit 43307cf

Please sign in to comment.