dorky 2.2.1 → 2.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.
@@ -1,9 +1,9 @@
1
1
  name: "🚀 Publish on npm"
2
2
 
3
3
  on:
4
- push:
5
- branches:
6
- - main
4
+ push:
5
+ branches:
6
+ - main
7
7
 
8
8
  jobs:
9
9
  release:
@@ -15,10 +15,10 @@ jobs:
15
15
  - name: Setup node
16
16
  uses: actions/setup-node@v3
17
17
  with:
18
- node-version: "16.x"
19
- registry-url: 'https://registry.npmjs.org'
18
+ node-version: "24.x"
19
+ registry-url: "https://registry.npmjs.org"
20
20
  - run: npm install
21
21
  - name: 🚀 publish
22
22
  run: npm publish --access public
23
23
  env:
24
- NODE_AUTH_TOKEN: ${{secrets.NPM_AUTH_TOKEN}}
24
+ NODE_AUTH_TOKEN: ${{secrets.NPM_AUTH_TOKEN}}
package/README.md CHANGED
@@ -86,6 +86,7 @@ Anyhow, we shall store it on a private storage, using **dorky**, that stores it
86
86
 
87
87
  [*] List remote files in dorky bucket.
88
88
  [*] Auto detect .env and .config files.
89
+ [*] Update node version to latest LTS.
89
90
  [ ] Handle errors.
90
91
  [ ] Extension for VS Code to list and highlight them like git.
91
92
  [ ] Unintialize dorky setup.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dorky",
3
- "version": "2.2.1",
3
+ "version": "2.2.2",
4
4
  "description": "DevOps Records Keeper.",
5
5
  "bin": {
6
6
  "dorky": "bin/index.js"