Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…tend into test_build_trigger
  • Loading branch information
sohitkumar committed Sep 6, 2024
2 parents 857cc16 + cdacf27 commit 9f33460
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 9f33460

Please sign in to comment.