dcmjs 0.31.0 → 0.31.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.
@@ -15,9 +15,9 @@ jobs:
15
15
  uses: actions/checkout@v2
16
16
 
17
17
  - name: Setup Node.js
18
- uses: actions/setup-node@v1
18
+ uses: actions/setup-node@v4
19
19
  with:
20
- node-version: 16
20
+ node-version: 18
21
21
 
22
22
  - name: Install packages
23
23
  uses: bahmutov/npm-install@v1
package/README.md CHANGED
@@ -11,7 +11,7 @@
11
11
 
12
12
  This is a community effort so please help improve support for a wide range of DICOM data and use cases.
13
13
 
14
- See [live examples here](https://dcmjs.netlify.com/)
14
+ See [live examples here](https://dcmjs2.netlify.com/)
15
15
 
16
16
  # Goals
17
17