Skip to content

Commit

Permalink
Update to node v22
Browse files Browse the repository at this point in the history
  • Loading branch information
commjoen committed Oct 22, 2024
1 parent 1b73aa5 commit d9ac2ae
Show file tree
Hide file tree
Showing 6 changed files with 2,090 additions and 2,286 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
uses: psf/black@stable
- uses: actions/setup-node@v4
with:
node-version: 20
node-version: 22
cache: "npm"
- uses: actions/setup-java@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ Please be sure to take a careful look at our [Code of Conduct](https://github.co
1. **Docker**
[_Docker_](https://www.docker.com/) is a software platform that allows you to build, test, and deploy applications quickly and in a more efficient manner.
2. **Node.Js 20**
2. **Node.Js 22**
[_Node.Js_](https://nodejs.org/en/) is an open-source library and a cross-platform JavaScript **runtime environment** specifically for running web applications outside one's browser.

3. **JDK-22**
Expand Down
Loading

0 comments on commit d9ac2ae

Please sign in to comment.