Skip to content

Commit

Permalink
update node-gyp
Browse files Browse the repository at this point in the history
  • Loading branch information
jsumners-nr committed May 29, 2024
1 parent 390227c commit 1ddee64
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/ci-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,8 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- name: Update node-gyp
run: npm install --global node-gyp@latest
- name: Install Dependencies
run: npm install
- name: Run CI Script Unit Tests
Expand All @@ -108,6 +110,8 @@ jobs:
node-version: ${{ matrix.node-version }}
- name: Install Dependencies
run: npm install
- name: Update node-gyp
run: npm install --global node-gyp@latest
- name: Run Unit Tests
run: npm run unit
- name: Archive Unit Test Coverage
Expand Down Expand Up @@ -138,6 +142,8 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- name: Update node-gyp
run: npm install --global node-gyp@latest
- name: Install Dependencies
run: npm install
- name: Run Docker Services
Expand Down Expand Up @@ -176,6 +182,8 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- name: Update node-gyp
run: npm install --global node-gyp@latest
- name: Install Dependencies
run: npm install
- name: Run Docker Services
Expand Down Expand Up @@ -227,6 +235,8 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- name: Update node-gyp
run: npm install --global node-gyp@latest
- name: Install Dependencies
run: npm install
- name: Run Versioned Tests
Expand Down

0 comments on commit 1ddee64

Please sign in to comment.