Skip to content

Commit

Permalink
Merge pull request #62 from bruderstein/dependency-updates
Browse files Browse the repository at this point in the history
Dependency updates
  • Loading branch information
lukehorvat authored Sep 3, 2024
2 parents 0adea47 + 9212109 commit d50e999
Show file tree
Hide file tree
Showing 14 changed files with 11,007 additions and 11,128 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v1
with:
node-version: 14
node-version: 18
- name: Install
run: npm ci
- name: Build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
node-version: [12.x, 14.x, 15.x]
node-version: [16.x, 18.x, 20.x]

runs-on: ${{ matrix.os }}
env:
Expand Down
2 changes: 1 addition & 1 deletion end-to-end-tests/intervene.spec.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const REAL_EXTERNAL_HOST = 'https://intervene-test.bruderstein.now.sh';
const REAL_EXTERNAL_HOST = 'https://intervene-test.bruderstein.vercel.app';

const defaultOptions = {
redirect: 'follow',
Expand Down
2 changes: 1 addition & 1 deletion end-to-end-tests/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ control_c()
trap control_c SIGINT

sleep 2
timeout 60 bash -c 'while [[ "$(curl -s -k -o /dev/null -w ''%{http_code}'' https://intervene-test.bruderstein.now.sh/proxyhealth)" != "200" ]]; do sleep 1; done' || false
timeout 60 bash -c 'while [[ "$(curl -s -k -o /dev/null -w ''%{http_code}'' https://intervene-test.bruderstein.vercel.app/proxyhealth)" != "200" ]]; do sleep 1; done' || false

echo "Now open your browser (chrome or safari) at http://localhost:3009/end-to-end-tests/index.html"
echo "Press ctrl-C when done"
Expand Down
Loading

0 comments on commit d50e999

Please sign in to comment.