Skip to content

Commit

Permalink
Upgrade to ts-dev-stack
Browse files Browse the repository at this point in the history
  • Loading branch information
kmalakoff committed Feb 17, 2024
1 parent d56f456 commit c230c92
Show file tree
Hide file tree
Showing 5 changed files with 2,110 additions and 2,413 deletions.
2 changes: 1 addition & 1 deletion .depcheckrc
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
ignores: ["depcheck" , "eslint-*"]
ignores: ["node-version-use", "depcheck", "ts-dev-stack", "@types/*"]
ignoreDirs: [".tmp"]
7 changes: 3 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
node: ['latest']
node: ['20']
os: [ubuntu-latest, windows-latest, macos-latest]
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- run: git config --global user.name "Github Actions"
Expand All @@ -23,5 +23,4 @@ jobs:
- run: npm ci
- run: npm run format
- run: npm run build
- run: npm test
- run: npm run test:engines
Loading

0 comments on commit c230c92

Please sign in to comment.