Skip to content

Commit 66dfa21

Browse files
committed
v1.0.4
1 parent 264a286 commit 66dfa21

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,8 @@ jobs:
1818
with:
1919
node-version: '>=16.8.0'
2020

21-
- name: Builder Lib
22-
run: |
23-
npm install
24-
npm run build
21+
- run: npm ci
22+
- run: npm run build
2523

2624
- name: Publish Lib
2725
uses: JS-DevTools/npm-publish@v2

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@heliomarpm/kvs",
3-
"version": "1.0.3",
3+
"version": "1.0.4",
44
"description": "A simple and robust KeyValues Storage's library",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)