Skip to content

Commit 2821a59

Browse files
authored
Merge pull request #113 from binden-js/dependabot/npm_and_yarn/binden/tsconfig-3.0.0
devDependencies: bump @binden/tsconfig from 2.0.0 to 3.0.0
2 parents a5a8977 + d788587 commit 2821a59

File tree

7 files changed

+2306
-2315
lines changed

7 files changed

+2306
-2315
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88

99
strategy:
1010
matrix:
11-
node-version: [20, 21, 22]
11+
node-version: [22, 24]
1212

1313
steps:
1414
- uses: actions/checkout@v4
@@ -35,8 +35,8 @@ jobs:
3535
- name: Tests
3636
run: npm test
3737

38-
- name: Publish (test)
39-
run: npm publish --dry-run
38+
- name: Build
39+
run: npm run build
4040

4141
- name: Docs
4242
run: npm run docs:build

0 commit comments

Comments
 (0)