Skip to content

Commit

Permalink
checkpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
david-plugge committed Dec 14, 2023
1 parent a353e1a commit bbd99cf
Show file tree
Hide file tree
Showing 8 changed files with 393 additions and 292 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:

- uses: actions/setup-node@v3
with:
node-version: 18.x
node-version: 20.x
cache: pnpm

- run: pnpm install --frozen-lockfile
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Set up Node
uses: actions/setup-node@v3
with:
node-version: 18.x
node-version: 20.x
cache: pnpm

- run: |
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,17 +31,17 @@
"ci:release": "changeset publish"
},
"peerDependencies": {
"pocketbase": "^0.15.2"
"pocketbase": "^0.20.0"
},
"dependencies": {
"sade": "^1.8.1"
},
"devDependencies": {
"@types/node": "^18.13.0",
"@changesets/cli": "^2.27.1",
"pocketbase": "^0.15.2",
"typescript": "^5.3.3",
"@types/node": "^20.10.4",
"pocketbase": "^0.20.1",
"prettier": "^3.1.1",
"tsup": "^8.0.1",
"prettier": "^3.1.1"
"typescript": "^5.3.3"
}
}
Loading

0 comments on commit bbd99cf

Please sign in to comment.