convert-csv-to-json 3.7.0 → 3.9.0
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/.github/workflows/ci-cd.yml +2 -2
- package/README.md +1 -1
- package/package.json +1 -1
|
@@ -14,7 +14,7 @@ jobs:
|
|
|
14
14
|
steps:
|
|
15
15
|
- uses: actions/checkout@v5
|
|
16
16
|
- name: Use Node.js ${{ matrix.node-version }}
|
|
17
|
-
uses: actions/setup-node@
|
|
17
|
+
uses: actions/setup-node@v5
|
|
18
18
|
with:
|
|
19
19
|
node-version: ${{ matrix.node-version }}
|
|
20
20
|
- name: npm install, build, and test
|
|
@@ -39,7 +39,7 @@ jobs:
|
|
|
39
39
|
- uses: fregante/setup-git-user@v2
|
|
40
40
|
- run: git config --global user.name "dependabot"
|
|
41
41
|
- name: Use Node.js 22.x
|
|
42
|
-
uses: actions/setup-node@
|
|
42
|
+
uses: actions/setup-node@v5
|
|
43
43
|
with:
|
|
44
44
|
node-version: 22.x
|
|
45
45
|
registry-url: 'https://registry.npmjs.org'
|
package/README.md
CHANGED
|
@@ -347,7 +347,7 @@ If the commit message contains the keyword:
|
|
|
347
347
|
|
|
348
348
|
|
|
349
349
|
## License
|
|
350
|
-
CSVtoJSON is licensed under the
|
|
350
|
+
CSVtoJSON is licensed under the MIT [License](LICENSE).
|
|
351
351
|
|
|
352
352
|
## Buy me a Coffee
|
|
353
353
|
Just if you want to support this repository:
|