Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions .github/workflows/sql-workbench-test-and-build-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,10 @@ jobs:
path: sql/OpenSearch-Dashboards

- name: Setup Node

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

sure, updated

uses: actions/setup-node@v1
uses: actions/setup-node@v2
with:
node-version: '14.18.2'
node-version-file: ".nvmrc"

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think you have to point to the OpenSearch Dashboards directory to get this to work.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You beat me to it :)

registry-url: 'https://registry.npmjs.org'

- name: Move Workbench to Plugins Dir
run: |
Expand Down
4 changes: 0 additions & 4 deletions workbench/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,6 @@
"tslint-config-prettier": "^1.18.0",
"tslint-plugin-prettier": "^2.0.1"
},
"engines": {
"node": "14.18.2",
"yarn": "^1.21.1"
},
"resolutions": {
"**/@types/node": "10.12.27",
"@types/react": "16.3.14",
Expand Down