File tree Expand file tree Collapse file tree 4 files changed +5673
-6481
lines changed Expand file tree Collapse file tree 4 files changed +5673
-6481
lines changed Original file line number Diff line number Diff line change 1717 default : ' false'
1818 type : choice
1919 options :
20- - ' true'
21- - ' false'
20+ - ' true'
21+ - ' false'
2222 ENV :
2323 required : true
2424 default : ' testing'
2525 type : choice
2626 options :
27- - testing
28- - staging
29- - production
27+ - testing
28+ - staging
29+ - production
3030
3131env :
3232 BRANCH : ${{ github.event.inputs.BRANCH || github.ref }}
4444 - name : Setup Node.js environment
45454646 with :
47- node-version : " 14.x "
47+ node-version : ' 18.x '
4848
4949 - name : Get yarn cache directory path
5050 id : yarn-cache-dir-path
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: Release
33on :
44 push :
55 tags :
6- - " v*.*.*"
6+ - ' v*.*.*'
77
88jobs :
99 release :
1717 - name : Setup Node.js environment
18181919 with :
20- node-version : " 14.x "
20+ node-version : ' 18.x '
2121
2222 - name : Get yarn cache directory path
2323 id : yarn-cache-dir-path
6464 export GRAFANA_PLUGIN_TYPE=$(cat dist/plugin.json | jq -r .type)
6565 export GRAFANA_PLUGIN_ARTIFACT=${GRAFANA_PLUGIN_ID}-${GRAFANA_PLUGIN_VERSION}.zip
6666 export GRAFANA_PLUGIN_ARTIFACT_CHECKSUM=${GRAFANA_PLUGIN_ARTIFACT}.md5
67-
67+
6868 echo "plugin-id=${GRAFANA_PLUGIN_ID}" >> $GITHUB_OUTPUT
6969 echo "plugin-version=${GRAFANA_PLUGIN_VERSION}" >> $GITHUB_OUTPUT
7070 echo "plugin-type=${GRAFANA_PLUGIN_TYPE}" >> $GITHUB_OUTPUT
Original file line number Diff line number Diff line change 1313 "author" : " netdata" ,
1414 "license" : " Apache-2.0" ,
1515 "devDependencies" : {
16- "@grafana/data" : " 8.5.5 " ,
17- "@grafana/toolkit" : " 8 .5.5 " ,
18- "@grafana/ui" : " 8.5.5 " ,
16+ "@grafana/data" : " 11.1.3 " ,
17+ "@grafana/toolkit" : " 9 .5.21 " ,
18+ "@grafana/ui" : " 11.1.3 " ,
1919 "@testing-library/jest-dom" : " 5.4.0" ,
2020 "@testing-library/react" : " ^10.0.2" ,
2121 "@testing-library/react-hooks" : " ^8.0.1" ,
2222 "@types/pubsub-js" : " ^1.8.3"
2323 },
2424 "engines" : {
25- "node" : " >=14 "
25+ "node" : " >=18 "
2626 },
2727 "dependencies" : {
28- "@grafana/runtime" : " ^8.5.5 " ,
28+ "@grafana/runtime" : " ^11.1.3 " ,
2929 "pubsub-js" : " ^1.9.4"
3030 }
3131}
You can’t perform that action at this time.
0 commit comments