Skip to content

Commit

Permalink
Deployment configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
samadhi1311 committed Feb 28, 2024
1 parent 3473962 commit f691e33
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Set up Node
uses: actions/setup-node@v3
with:
node-version: 18
node-version: 20
cache: 'npm'
- name: Install dependencies
run: npm install
Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
{
"name": "dev-portfolio",
"homepage": "https://samadhi1311.github.io/Dev-Portfolio/",
"private": true,
"version": "0.0.0",
"version": "0.0.1",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down

0 comments on commit f691e33

Please sign in to comment.