Skip to content

Commit c608192

Browse files
committed
nvmrc
1 parent bc4f8be commit c608192

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.drone.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ steps:
1313
- name: initialize
1414
image: grafana/grafana-plugin-ci:1.9.5
1515
commands:
16+
- . ~/.init-nvm.sh
1617
- mkdir -p bin
1718
- curl -fL -o bin/grabpl https://grafana-downloads.storage.googleapis.com/grafana-build-pipeline/v0.5.27/grabpl
1819
- chmod +x bin/grabpl
@@ -23,6 +24,7 @@ steps:
2324
- name: build-and-test-frontend
2425
image: grafana/grafana-plugin-ci:1.9.5
2526
commands:
27+
- . ~/.init-nvm.sh
2628
- yarn eslint ./src --ext .js,.jsx,.ts,.tsx
2729
- yarn build
2830
- yarn test:ci
@@ -31,6 +33,6 @@ steps:
3133

3234
---
3335
kind: signature
34-
hmac: dccdcff11ff29d7de4da17c11bf06aada101cf27aa8537272b2a8328fd1db8a9
36+
hmac: 16f1768e2d0075f7fb84f8766c2995371afe84ffbc15d06e90dfa7f8ed8ff97d
3537

3638
...

.nvmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
18

0 commit comments

Comments
 (0)