Skip to content

Commit

Permalink
Build for Node 18 (#91)
Browse files Browse the repository at this point in the history
  • Loading branch information
ahuth committed Mar 5, 2024
1 parent 018082e commit 8148c8a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

## Unreleased

- [breaking] Support Node >= 18
- [new] Support Storybook v8

# 7.2.0 (2024-02-12)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ This project adheres to the [Contributor Covenant code of conduct](https://www.c

## Minimum requirements

- Node 12
- Node 18
- Storybook 7.0 or 8.0 (for Storybook 6, use axe-storybook-testing v6.3.1)
- axe-core 4.0

Expand Down
6 changes: 3 additions & 3 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"isolatedModules": true,
"lib": ["es2019"],
"module": "commonjs",
"lib": ["ES2022"],
"module": "node16",
"outDir": "build",
"skipLibCheck": true,
"strict": true,
"target": "es2017",
"target": "ES2022",
}
}

0 comments on commit 8148c8a

Please sign in to comment.