Skip to content

Commit

Permalink
Use Node v18 and v20 for build. Versions 14 and 16 are EOL as of 2024.
Browse files Browse the repository at this point in the history
  • Loading branch information
Esen Sagynov committed Mar 21, 2024
1 parent 1b94339 commit 7b112d1
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node: ["14", "16"]
node: ["18", "20"]
name: Node ${{ matrix.node }} build
steps:
- uses: actions/checkout@v2
Expand Down
12 changes: 9 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,17 @@ We welcome community contributions and pull requests.

1. Install Docker which is required for some of the packages.

1. Install Node dependencies.
1. Install Node dependencies. This also automatically builds the packages.

yarn install
yarn install --frozen-lockfile

1.
1. Run tests.

npm test

1. Run linting.

npm run lint

## License

Expand Down

0 comments on commit 7b112d1

Please sign in to comment.