dorky 1.2.0 → 1.2.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.
@@ -9,16 +9,13 @@ jobs:
9
9
  release:
10
10
  name: 🚀 release
11
11
  runs-on: ubuntu-latest
12
- strategy:
13
- matrix:
14
- node: [ "8", "10", "12", "14", "16", "18", "20" ]
15
12
  steps:
16
13
  - name: Checkout
17
14
  uses: actions/checkout@v4
18
15
  - name: Setup node
19
16
  uses: actions/setup-node@v3
20
17
  with:
21
- node-version: ${{ matrix.node }}
18
+ node-version: "16.x"
22
19
  registry-url: 'https://registry.npmjs.org'
23
20
  - run: npm install
24
21
  - name: 🚀 publish
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dorky",
3
- "version": "1.2.0",
3
+ "version": "1.2.2",
4
4
  "description": "DevOps Records Keeper.",
5
5
  "main": "index.js",
6
6
  "bin": {