Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
garbados committed Nov 7, 2024
1 parent 5edf388 commit a09cbab
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
node: [12, 14, 16]
node: [18, 20, 22]
steps:
- uses: actions/checkout@v2

Expand Down
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "crypto-pouch",
"version": "4.0.1",
"version": "4.0.2",
"description": "encrypted pouchdb/couchdb database",
"main": "index.js",
"scripts": {
Expand All @@ -11,14 +11,17 @@
},
"repository": {
"type": "git",
"url": "https://github.com/calvinmetcalf/crypto-pouch.git"
"url": "git+https://github.com/calvinmetcalf/crypto-pouch.git"
},
"keywords": [
"pouchdb",
"couchdb",
"encrypted"
],
"author": "Calvin Metcalf",
"contributors": [
"Diana Belle <[email protected]>"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/calvinmetcalf/crypto-pouch/issues"
Expand Down

0 comments on commit a09cbab

Please sign in to comment.