Skip to content

Commit

Permalink
CI: Update Node.js in Drone.io
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-ac-martin committed Jul 10, 2023
1 parent 33daf96 commit 5817d45
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,9 @@ platform:
steps:
- name: deploy
pull: if-not-exists
image: quay.io/ukhomeofficedigital/lev-ci:3.5.1-130-e662c06959
image: node:18-alpine
commands:
- apk add -q --no-cache docker make
- echo "$${DOCKER_PASSWORD}" | docker login -u "$${DOCKER_USERNAME}" --password-stdin "$${DOCKER_REGISTRY}"
- npm install -g pnpm@6.32.3
- wget -q "https://storage.googleapis.com/kubernetes-release/release/v$${KUBECTL_VERSION}/bin/linux/amd64/kubectl" -O "/usr/bin/kubectl"
Expand Down

1 comment on commit 5817d45

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please # to comment.