diff --git a/.changeset/witty-taxis-lay.md b/.changeset/witty-taxis-lay.md new file mode 100644 index 00000000..a845151c --- /dev/null +++ b/.changeset/witty-taxis-lay.md @@ -0,0 +1,2 @@ +--- +--- diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 582a9308..71853244 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 @@ -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 diff --git a/packages/client/src/__tests__/sigstore.test.ts b/packages/client/src/__tests__/sigstore.test.ts index cd8345d5..bf0cbce2 100644 --- a/packages/client/src/__tests__/sigstore.test.ts +++ b/packages/client/src/__tests__/sigstore.test.ts @@ -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', () => {