Skip to content

Commit

Permalink
changes to drone file
Browse files Browse the repository at this point in the history
  • Loading branch information
EngineeringMoonBear committed Jul 15, 2023
1 parent d418dd5 commit 13e3400
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .drone.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
pipeline:
build:
image: node:latest
image: node:13.12.0-alpine
commands: npm install
test:
image: node:latest
image: node:13.12.0-alpine
commands: npm run test

0 comments on commit 13e3400

Please sign in to comment.