Skip to content

Commit

Permalink
added missing reference to go look in parent directory for node versi…
Browse files Browse the repository at this point in the history
…on file.

Signed-off-by: mitchellg <[email protected]>
  • Loading branch information
MitchellGale committed Jul 21, 2022
1 parent 9aea624 commit 267363d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v2
with:
node-version-file: "./OpenSearch-Dashboards/.nvmrc"
node-version-file: "../OpenSearch-Dashboards/.nvmrc"
registry-url: 'https://registry.npmjs.org'

- name: Move Workbench to Plugins Dir
Expand Down

0 comments on commit 267363d

Please sign in to comment.