Chore: move to node 18 (#58570)

* bump node version to 18

* update folder to 18.x

* update README for m1 instructions

* update drone

* update unit test

* update README
This commit is contained in:
Ashley Harrison
2022-11-11 11:34:00 +00:00
committed by GitHub
parent 891ae91c70
commit 0a9129cf90
9 changed files with 203 additions and 200 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
load('scripts/drone/vault.star', 'from_secret', 'github_token', 'pull_secret', 'drone_token', 'prerelease_bucket')
grabpl_version = 'v3.0.16'
build_image = 'grafana/build-container:1.6.4'
build_image = 'grafana/build-container:1.6.5'
publish_image = 'grafana/grafana-ci-deploy:1.3.3'
deploy_docker_image = 'us.gcr.io/kubernetes-dev/drone/plugins/deploy-image'
alpine_image = 'alpine:3.15.6'