Skip to content
This repository has been archived by the owner on Apr 8, 2022. It is now read-only.

Commit

Permalink
fix: Try v0.12.3 of http-server
Browse files Browse the repository at this point in the history
  • Loading branch information
Robdel12 committed Aug 7, 2020
1 parent 134c4a2 commit 89fbb32
Show file tree
Hide file tree
Showing 3 changed files with 70 additions and 83 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ jobs:
- name: Percy Test
uses: percy/exec-action@master
with:
command: "node snapshot.js"
command: "node snapshots.js"
env:
PERCY_TOKEN: ${{ secrets.PERCY_TOKEN }}
149 changes: 68 additions & 81 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
},
"devDependencies": {
"@percy/script": "^1.0.0",
"http-server": "^0.9.0"
"http-server": "^0.12.3"
}
}

0 comments on commit 89fbb32

Please sign in to comment.