Skip to content

Commit

Permalink
chore: bump Node requirement from 16 to 18 (#25)
Browse files Browse the repository at this point in the history
closes #21
  • Loading branch information
tbouffard committed Jan 17, 2023
1 parent 2ca79a2 commit f0735a5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/check-typescript-projects.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:
- main
paths:
- '.github/workflows/check-typescript-projects.yml'
- '.nvmrc'
- 'projects/parcel-ts/**/*'
- 'projects/rollup-ts/**/*'
- 'projects/vitejs-ts/**/*'
Expand All @@ -16,6 +17,7 @@ on:
- main
paths:
- '.github/workflows/check-typescript-projects.yml'
- '.nvmrc'
- 'projects/parcel-ts/**/*'
- 'projects/rollup-ts/**/*'
- 'projects/vitejs-ts/**/*'
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
16
18
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Demonstrate how to integrate [maxGraph](https://github.com/maxGraph/maxGraph/) i

### Setup

Ensure you are using Node 16 (this is the tested version, it may work with other versions without guarantee)
Ensure you are using Node 18 (this is the tested version, it may work with other versions without guarantee)

If you are using `nvm`, run
```shell
Expand Down

0 comments on commit f0735a5

Please sign in to comment.