Skip to content

Commit

Permalink
update : added force check
Browse files Browse the repository at this point in the history
  • Loading branch information
sohitkumar committed Sep 6, 2024
1 parent 074865a commit cdacf27
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,16 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Checkout code
uses: actions/checkout@v3

- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: '18'
- name: Install dependencies
run: npm install
- name: Build the project
run: npm run build
- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: "18"

- name: Install dependencies
run: npm install -f

- name: Build the project
run: npm run build

0 comments on commit cdacf27

Please sign in to comment.