Skip to content

Commit

Permalink
Merge branch 'main' into feature-sellers-to-list-goods
Browse files Browse the repository at this point in the history
  • Loading branch information
IdrisKulubi authored Aug 8, 2024
2 parents 615b85e + 48649cc commit 0773cfd
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/Merge and Deploy to main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ jobs:
steps:
- uses: actions/checkout@v3

- name: Use Node.js 16
- name: Use Node.js 18.17.0
uses: actions/setup-node@v3
with:
node-version: 16
node-version: 18.17.0

- name: Install Dependencies
run: npm install
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@ jobs:
steps:
- uses: actions/checkout@v3


- name: Use Node.js 18.17.0
main
uses: actions/setup-node@v3
with:
node-version: 18.17.0
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
"build": "next build",
"start": "next start",
"lint": "next lint",
"email": "cp .env.local ./node_modules/react-email && email dev --dir email --port 3001"
"email": "cp .env.local ./node_modules/react-email && email dev --dir email --port 3001",
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"@auth/drizzle-adapter": "^1.1.0",
Expand Down

0 comments on commit 0773cfd

Please sign in to comment.