Skip to content

Commit

Permalink
Try downgrading even further
Browse files Browse the repository at this point in the history
  • Loading branch information
matthew-dean committed Aug 19, 2023
1 parent 0c56616 commit af87dba
Show file tree
Hide file tree
Showing 4 changed files with 16,649 additions and 27,970 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
# The Node.js version to configure
node-version: ${{ matrix.node }}
- name: Install npm dependencies
run: npm install && npx lerna bootstrap
run: npm install
- name: Print put node & npm version
# Output useful info for debugging.
run: node --version && npm --version
Expand All @@ -46,7 +46,7 @@ jobs:
with:
node-version: ${{ matrix.node }}
- name: Install npm dependencies
run: npm install && npx lerna bootstrap
run: npm install
- name: Print put node & npm version
run: node --version && npm --version
- name: Run unit test
Expand Down
Loading

0 comments on commit af87dba

Please sign in to comment.