Skip to content

Commit

Permalink
Tag new version
Browse files Browse the repository at this point in the history
  • Loading branch information
zewish committed Sep 9, 2023
1 parent 4f37f96 commit a62a228
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ jobs:
with:
node-version: 18.x
check-latest: true
- name: Install deps
run: npm install
- name: Build and test
run: npm run prepare
run: |
npm install
npm run prepare
- name: Check coverage
uses: coverallsapp/github-action@master
with:
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "redux-remember",
"version": "4.0.3",
"version": "4.0.4",
"description": "Saves and loads your redux state from a key-value store of your choice",
"author": "Iskren Slavov <[email protected]>",
"license": "MIT",
Expand Down

0 comments on commit a62a228

Please sign in to comment.