From cf9c9ac688444e04fc265eaf2d47ad61d8e38bd2 Mon Sep 17 00:00:00 2001 From: Lars Kappert Date: Thu, 23 Nov 2023 10:54:48 +0100 Subject: [PATCH] Add tests with typescript@latest --- .github/workflows/test-ts53.yml | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 .github/workflows/test-ts53.yml diff --git a/.github/workflows/test-ts53.yml b/.github/workflows/test-ts53.yml new file mode 100644 index 000000000..37452b67f --- /dev/null +++ b/.github/workflows/test-ts53.yml @@ -0,0 +1,26 @@ +name: Tests (ts v5.3) + +on: + workflow_dispatch: + pull_request: + push: + branches: + - '**' + tags: + - '!**' + +jobs: + test: + runs-on: ubuntu-latest + name: Ubunut/Node v20 + steps: + - uses: actions/checkout@v3 + - uses: actions/setup-node@v3 + with: + node-version: 20 + - run: npm install typescript@latest + - run: npm run lint + - run: npm run build + - run: npm run knip + - run: npm run knip:production + - run: npm test