File tree Expand file tree Collapse file tree 2 files changed +11
-4
lines changed Expand file tree Collapse file tree 2 files changed +11
-4
lines changed Original file line number Diff line number Diff line change @@ -22,10 +22,17 @@ jobs:
22
22
ref : ${{ env.OPENSEARCH_VERSION }}
23
23
path : dashboards-reports/OpenSearch-Dashboards
24
24
25
+ - name : Get node version
26
+ id : versions_step
27
+ run :
28
+ echo "::set-output name=node_version::$(node -p "(require('./OpenSearch-Dashboards/package.json').engines.node).match(/[.0-9]+/)[0]")"
29
+
25
30
- name : Setup Node
26
31
uses : actions/setup-node@v1
27
32
with :
28
- node-version : " 14.18.2"
33
+ node-version : ${{ steps.versions_step.outputs.node_version }}
34
+ registry-url : ' https://registry.npmjs.org'
35
+
29
36
30
37
- name : Move Dashboards Reports to Plugins Dir
31
38
run : mv dashboards-reports OpenSearch-Dashboards/plugins/${{ env.PLUGIN_NAME }}
Original file line number Diff line number Diff line change @@ -3324,9 +3324,9 @@ minimatch@^3.0.4:
3324
3324
brace-expansion "^1.1.7"
3325
3325
3326
3326
minimist@^1.2.5 :
3327
- version "1.2.5 "
3328
- resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.5 .tgz#67d66014b66a6a8aaa0c083c5fd58df4e4e97602 "
3329
- integrity sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw ==
3327
+ version "1.2.6 "
3328
+ resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.6 .tgz#8637a5b759ea0d6e98702cfb3a9283323c93af44 "
3329
+ integrity sha512-Jsjnk4bw3YJqYzbdyBiNsPWHPfO++UGG749Cxs6peCu5Xg4nrena6OVxOYxrQTqww0Jmwt+Ref8rggumkTLz9Q ==
3330
3330
3331
3331
3332
3332
version "1.0.4"
You can’t perform that action at this time.
0 commit comments