Bump tar from 6.1.11 to 6.2.1 in /examples/dek-reuse #132
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |