Skip to content

Commit

Permalink
Merge PR #75 from 'nodech/fix-ci'
Browse files Browse the repository at this point in the history
  • Loading branch information
nodech committed Sep 24, 2023
2 parents 751e060 + 4a84cde commit 15eef32
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/node.js.yml
Expand Up @@ -74,9 +74,6 @@ jobs:
with:
node-version: ${{ matrix.node }}

- name: Update npm
run: npm i -g npm

- name: Install & Build
run: npm install

Expand All @@ -97,9 +94,6 @@ jobs:
with:
node-version: ${{ matrix.node }}

- name: Update npm
run: npm i -g npm

- name: Install & Build
run: npm install

Expand Down

0 comments on commit 15eef32

Please sign in to comment.