Skip to content

Commit

Permalink
Add tests with typescript@latest
Browse files Browse the repository at this point in the history
  • Loading branch information
webpro committed Nov 23, 2023
1 parent 395c278 commit cf9c9ac
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions .github/workflows/test-ts53.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit cf9c9ac

Please sign in to comment.