Skip to content

Commit

Permalink
update CI test matrix (#1193)
Browse files Browse the repository at this point in the history
Signed-off-by: Brian DeHamer <bdehamer@github.com>
  • Loading branch information
bdehamer authored Jun 18, 2024
1 parent f277121 commit 70cedf4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
2 changes: 2 additions & 0 deletions .changeset/witty-taxis-lay.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
---
---
5 changes: 1 addition & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Setup node
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
with:
node-version: 16
node-version: 20
cache: npm
- name: Install dependencies
run: npm ci
Expand All @@ -36,11 +36,8 @@ jobs:
fail-fast: false
matrix:
node-version:
- 16.14.0
- 16.x
- 18.17.0
- 18.x
- 20.5.0
- 20.x
platform:
- os: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion packages/client/src/__tests__/sigstore.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ describe('#verify', () => {

it('does not throw an error', async () => {
await expect(verify(bundle, tufOptions)).resolves.toBe(undefined);
});
}, 10000);
});

describe('when the bundle is a valid v0.1 DSSE bundle with public key', () => {
Expand Down

0 comments on commit 70cedf4

Please sign in to comment.