orc-me 1.1.4 → 1.1.5

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.
@@ -16,7 +16,7 @@ jobs:
16
16
  - uses: actions/checkout@v2
17
17
  - uses: actions/setup-node@v2
18
18
  with:
19
- node-version: 12
19
+ node-version: lts/*
20
20
  - run: npm install
21
21
  - run: npm test
22
22
 
@@ -27,7 +27,7 @@ jobs:
27
27
  - uses: actions/checkout@v2
28
28
  - uses: actions/setup-node@v2
29
29
  with:
30
- node-version: 12
30
+ node-version: lts/*
31
31
  registry-url: https://registry.npmjs.org/
32
32
  - run: npm install
33
33
  - run: npm publish
package/index.js CHANGED
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * orchish - 👹 Generate a random orc name
3
- * @version: v1.1.4
3
+ * @version: v1.1.5
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.1.4",
3
+ "version": "1.1.5",
4
4
  "description": "Generate a random orc name",
5
5
  "main": "index.js",
6
6
  "scripts": {