Skip to content

Commit 26a8cf1

Browse files
sulkaharobewest
andauthored
Downgrade jsdom to version 11.11.0 (nightscout#7851)
* rollback compatibility issues for tests Revert "Bump jsonwebtoken from 8.5.1 to 9.0.0 (nightscout#7787)" This rolls back changes to node_modules via package-lock.json as a result of new dependencies. More work is needed before involving these changes. Without this rollback, the tests do consistently complete within the allowed time in a reproducible way. * Test Github Actions with jsdom 11.11.0 * Upgrade github actions as requested by the actions runner * Lock generated using 6.14.18 * Upgrade actions/checkout@v2 to v3 * restore jsonwebtoken upgrade Co-authored-by: Ben West <[email protected]>
1 parent 05de94e commit 26a8cf1

File tree

5 files changed

+308
-149
lines changed

5 files changed

+308
-149
lines changed

.github/workflows/main.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ jobs:
2121

2222
steps:
2323
- name: Git Checkout
24-
uses: actions/checkout@v2
24+
uses: actions/checkout@v3
2525

2626
- name: Use Node.js ${{ matrix.node-version }}
27-
uses: actions/setup-node@v1
27+
uses: actions/setup-node@v3
2828
with:
2929
node-version: ${{ matrix.node-version }}
3030

@@ -60,7 +60,7 @@ jobs:
6060
password: ${{ secrets.DOCKER_PASS }}
6161
- name: Clean git Checkout
6262
if: success()
63-
uses: actions/checkout@v2
63+
uses: actions/checkout@v3
6464
- name: Build, tag and push the dev Docker image
6565
if: success() && github.ref == 'refs/heads/dev'
6666
uses: docker/build-push-action@v2

0 commit comments

Comments
 (0)