Skip to content

Commit

Permalink
Merge pull request #79 from UKHomeOffice/chore/bump-drone-node
Browse files Browse the repository at this point in the history
bump drone nodejs to latest LTS
  • Loading branch information
MaxOSullivan authored Nov 10, 2022
2 parents 60a8bcf + 53c8314 commit 67266ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .drone-1.0.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ name: default
type: kubernetes
steps:
- name: install
image: node:14
image: node:18
commands:
- npm ci
- name: test
image: node:14
image: node:18
commands:
- npm test
- name: publish
Expand Down

0 comments on commit 67266ab

Please sign in to comment.