Skip to content

Commit

Permalink
Update project config and dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mbengit committed Jan 29, 2024
1 parent a749bbd commit 3ec4e8c
Show file tree
Hide file tree
Showing 5 changed files with 360 additions and 306 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ jobs:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: 16
- uses: actions/checkout@v3
node-version: 20
- uses: actions/checkout@v4
- name: Install JS dependencies
run: npm ci
- name: Lint
Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ SPDX-License-Identifier: Apache-2.0
This project uses NPM to handle dependencies and as a build tool, so you must have NodeJS and NPM installed.
[Get NodeJS here.](https://nodejs.org/en/)
[Get NPM here.](https://www.npmjs.com/get-npm)
This project has been set up so that on your local machine you cant lint, test and build easily and quickly. There are three commands you can use:
This project has been set up so that on your local machine you can lint, test and build easily and quickly. There are three commands you can use:

* npm run lint
* npm run test
Expand Down
3 changes: 1 addition & 2 deletions MAINTAINERS.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,5 @@

This is a list of the current maintainers on this project:

* Wil Hadden ([wilhaddenIBM](https://github.com/wilhaddenIBM))
* Stephen Kelly ([smokeykappa](https://github.com/smokeykappa))
* Michael Benson ([mbengit](https://github.com/mbengit))
* Jamie Thompson ([jthomperoo](https://github.com/jthomperoo))
Loading

0 comments on commit 3ec4e8c

Please sign in to comment.