Skip to content

Commit

Permalink
nvmrc
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinwcyu committed Oct 17, 2023
1 parent c8d2725 commit d73eb07
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ steps:
- name: initialize
image: grafana/grafana-plugin-ci:1.9.5
commands:
- . ~/.init-nvm.sh
- mkdir -p bin
- curl -fL -o bin/grabpl https://grafana-downloads.storage.googleapis.com/grafana-build-pipeline/v0.5.27/grabpl
- chmod +x bin/grabpl
Expand All @@ -23,6 +24,7 @@ steps:
- name: build-and-test-frontend
image: grafana/grafana-plugin-ci:1.9.5
commands:
- . ~/.init-nvm.sh
- yarn eslint ./src --ext .js,.jsx,.ts,.tsx
- yarn build
- yarn test:ci
Expand All @@ -31,6 +33,6 @@ steps:

---
kind: signature
hmac: dccdcff11ff29d7de4da17c11bf06aada101cf27aa8537272b2a8328fd1db8a9
hmac: 16f1768e2d0075f7fb84f8766c2995371afe84ffbc15d06e90dfa7f8ed8ff97d

...
1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
18

0 comments on commit d73eb07

Please sign in to comment.