Skip to content

Commit

Permalink
Update cxx-build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kdivya153 committed Oct 28, 2024
1 parent 1d91b9a commit 9003898
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/cxx-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,9 @@ jobs:
path: ~/.npm
key: deps-node-modules-${{ hashFiles('package-lock.json') }}

- name: Install dev dependencies
run: npm install

- name: Install npm dependencies
run: npm ci

Expand Down Expand Up @@ -162,6 +165,9 @@ jobs:
path: ~/.npm
key: deps-node-modules-${{ hashFiles('package-lock.json') }}

- name: Install dev dependencies
run: npm install

- name: Install npm dependencies
run: npm ci

Expand Down Expand Up @@ -201,6 +207,9 @@ jobs:
path: ~/.npm
key: deps-node-modules-${{ hashFiles('package-lock.json') }}

- name: Install dev dependencies
run: npm install

- name: Install npm dependencies
run: npm ci

Expand Down

0 comments on commit 9003898

Please sign in to comment.