Skip to content

Commit

Permalink
deploy v1
Browse files Browse the repository at this point in the history
  • Loading branch information
okedeji committed May 15, 2024
1 parent 8b7ada6 commit a1d4156
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Deploy to Netlify
on:
push:
branches:
- main
- main # or the branch you want to deploy from

jobs:
build:
Expand All @@ -16,7 +16,10 @@ jobs:
- name: Install Node.js
uses: actions/setup-node@v2
with:
node-version: '14'
node-version: '18'

- name: Install Yarn
run: npm install -g yarn

- name: Install dependencies
run: yarn install
Expand Down

0 comments on commit a1d4156

Please sign in to comment.