Skip to content

Commit

Permalink
Upgrade to latest version of nodejs
Browse files Browse the repository at this point in the history
  • Loading branch information
leonardehrenfried committed Oct 15, 2024
1 parent 746f04f commit 9e7aa3c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cibuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 16
node-version: 22
- name: Run code generator
working-directory: application/src/main/java/org/opentripplanner/apis/gtfs/generated
run: |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## Requirements

- NodeJS (version 16 or newer)
- NodeJS (version 18 or newer)

## Running

Expand Down

0 comments on commit 9e7aa3c

Please sign in to comment.