Skip to content

Commit

Permalink
update engine and dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
kresnasatya committed Jan 7, 2024
1 parent 1b3601a commit 3755375
Show file tree
Hide file tree
Showing 3 changed files with 235 additions and 102 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Install Node.js
uses: actions/setup-node@v3
with:
node-version: 18
node-version: 20
- uses: pnpm/action-setup@v2
name: Install pnpm
id: pnpm-install
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@
},
"homepage": "https://github.com/kresnasatya/api-harilibur#readme",
"engines": {
"node": "18"
"node": "20.x"
},
"devDependencies": {
"linkedom": "^0.15.1",
"vite": "^4.4.4"
"linkedom": "^0.16.6",
"vite": "^5.0.11"
}
}
Loading

0 comments on commit 3755375

Please sign in to comment.