Skip to content

Bump tar from 6.1.11 to 6.2.1 in /examples/dek-reuse (#110) #134

Bump tar from 6.1.11 to 6.2.1 in /examples/dek-reuse (#110)

Bump tar from 6.1.11 to 6.2.1 in /examples/dek-reuse (#110) #134

name: Typescript CI
'on':
push:
branches:
- main
pull_request: null
workflow_dispatch: null
jobs:
typescript-ci:
uses: IronCoreLabs/workflows/.github/workflows/typescript-ci.yaml@typescript-ci-v0
with:
test_matrix_node_version: '["16", "18", "20"]'
# this repo runs coverage in its default test command, which will fail if
# under the thresholds defined in jest.config.js, so coverage delta doesn't matter as much
run_coverage: false
secrets: inherit