orc-me 1.2.8 → 1.3.1

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.
@@ -20,7 +20,7 @@ jobs:
20
20
  - uses: actions/checkout@v4
21
21
  - uses: actions/setup-node@v4
22
22
  with:
23
- node-version: lts/*
23
+ node-version: lts/krypton
24
24
 
25
25
  - run: npm install
26
26
  - run: npm test
@@ -41,7 +41,7 @@ jobs:
41
41
  - uses: actions/checkout@v4
42
42
  - uses: actions/setup-node@v4
43
43
  with:
44
- node-version: lts/*
44
+ node-version: lts/krypton
45
45
  registry-url: https://registry.npmjs.org/
46
46
 
47
47
  - run: npm install
package/index.js CHANGED
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * orc-me - 👹 Generate a random orc name
3
- * @version: v1.2.8
3
+ * @version: v1.3.1
4
4
  * @link: https://github.com/tutyamxx/orc-me
5
5
  * @license: MIT
6
6
  **/
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "orc-me",
3
- "version": "1.2.8",
3
+ "version": "1.3.1",
4
4
  "description": "Generate a random orc name",
5
5
  "main": "index.js",
6
6
  "module": "index.js",