@thepalaceproject/circulation-admin 1.26.0 → 1.27.0-post.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/.node-version CHANGED
@@ -1 +1 @@
1
- 18.14.2
1
+ 20.18.3
package/README.md CHANGED
@@ -12,7 +12,7 @@ To see screenshots, read in-depth documentation, and find out more about the pro
12
12
 
13
13
  This package may be used in a local build of the Palace Project [Circulation Manager](https://github.com/ThePalaceProject/circulation), or it may be run against a remote Circulation Manager.
14
14
 
15
- This project uses Node.js 18. We recommend the latest version of Node.js 18.
15
+ This project uses Node.js 20. We recommend the latest version of Node.js 20.
16
16
 
17
17
  You have a number of options for installing Node.js. One convenient way on macOS is to use Homebrew and nvm to manage Node.js versions.
18
18
 
@@ -31,16 +31,16 @@ brew install nvm
31
31
  Install and use the latest version of Node.js 18, e.g. 18.14.2 with nvm:
32
32
 
33
33
  ```
34
- nvm install 18.14.2
35
- nvm use 18.14.2
34
+ nvm install 20.18.3
35
+ nvm use 20.18.3
36
36
  ```
37
37
 
38
38
  Alternatively, you can use `nodenv` on macOS:
39
39
 
40
40
  ```
41
41
  brew install nodenv
42
- nodenv install 18.14.2
43
- nodenv global 18.14.2
42
+ nodenv install 20.18.3
43
+ nodenv global 20.18.3
44
44
  ```
45
45
 
46
46
  If you have different projects requiring different Node.js versions, you can use nodenv to set a local version for the project by navigating to the root directory of circulation-admin and executing `nodenv local 18.14.2`.