Skip to content

Commit

Permalink
Project: Use node --experimental-transform-types to run Ava
Browse files Browse the repository at this point in the history
This fixes all import issues.

Type checking is now only done via npm run checks.

Also add import attributes for JSON to make this work
  • Loading branch information
SLaks committed Nov 5, 2024
1 parent 0532f8a commit 73cebd7
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 408 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: "20.x"
node-version: "22.x"
cache: "npm"
- run: npm ci
- run: npm run lint
Expand Down
Loading

0 comments on commit 73cebd7

Please sign in to comment.