Skip to content

Commit

Permalink
Bump Node.js from 10.23.1 to 10.24.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Tommy Markley authored and Tommy Markley committed Jun 30, 2021
1 parent da0033d commit af58c8c
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 13 deletions.
12 changes: 4 additions & 8 deletions .github/workflows/pr_check_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,12 @@ jobs:

runs-on: ubuntu-latest

strategy:
matrix:
node-version: [10.23.1]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/

steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
- name: Use Node.js
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
node-version: '10.24.1'
check-latest: false
- run: yarn osd bootstrap
- run: yarn lint
2 changes: 1 addition & 1 deletion .node-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
10.23.1
10.24.1
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
10.23.1
10.24.1
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG NODE_VERSION=10.23.1
ARG NODE_VERSION=10.24.1
FROM node:${NODE_VERSION} AS base

ENV HOME '.'
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ Or

To run Dashboards with OpenSearch
* [Yarn](https://classic.yarnpkg.com/en/docs/install) is required for building and running the OpenSearch Dashboards
* Install [nvm](https://github.com/nvm-sh/nvm/blob/master/README.md) to use the Node 10.23.1 version as it is required
* Install [nvm](https://github.com/nvm-sh/nvm/blob/master/README.md) to use the Node 10.24.1 version as it is required
* Run ```yarn osd bootstrap``` in the OpenSearch Dashboards directory
* While OpenSearch is running locally, run ```yarn start```
* You can now navigate to ```http://localhost:5603``` where Dashboards runs by default
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -469,7 +469,7 @@
"zlib": "^1.0.5"
},
"engines": {
"node": "10.23.1",
"node": "10.24.1",
"yarn": "^1.21.1"
}
}

0 comments on commit af58c8c

Please sign in to comment.