Skip to content

Commit

Permalink
Globs are only supported on Node >= 21
Browse files Browse the repository at this point in the history
  • Loading branch information
simonhammes committed Feb 20, 2024
1 parent b6905e1 commit d5c4773
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node: [21]
node: [18, 20, 21]
steps:
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v2
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
"scripts": {
"start": "tsx src/index.ts",
"build": "tsc",
"test": "node --import tsx --test tests/**/*.ts"
"test": "node --import tsx --test tests/lib.test.ts"
}
}

0 comments on commit d5c4773

Please sign in to comment.