Skip to content

Commit b604f6f

Browse files
so close!
1 parent db25ed8 commit b604f6f

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
jobs:
99
build-and-deploy:
1010
runs-on: ubuntu-latest
11-
11+
1212
steps:
1313
- name: Checkout code
1414
uses: actions/checkout@v4
@@ -18,7 +18,7 @@ jobs:
1818
with:
1919
node-version: '22'
2020
cache: 'npm'
21-
21+
2222
- name: Install dependencies
2323
run: npm ci
2424

@@ -59,7 +59,7 @@ jobs:
5959
name: harperdb-logs
6060
path: /tmp/hdb/log/hdb.log
6161
retention-days: 7
62-
62+
6363
- name: Deploy
6464
env:
6565
HDB_TARGET: ${{ secrets.HDB_TARGET }}

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"format": "prettier --write ."
1111
},
1212
"dependencies": {
13-
"@harperdb/nextjs": "1.1.3",
13+
"@harperdb/nextjs": "1.1.4",
1414
"next": "15.3.3",
1515
"react": "18",
1616
"react-dom": "18"

0 commit comments

Comments
 (0)