Skip to content

Commit

Permalink
2.0.0-0 (#1246)
Browse files Browse the repository at this point in the history
* 2.0.0-0

* Add Node v22 to CI action
  • Loading branch information
arturmuller committed Jun 20, 2024
1 parent 3fe2139 commit b64f64c
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 @@ -5,7 +5,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.x, 20.x]
node-version: [18.x, 20.x, 22.x]
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "superstruct",
"description": "A simple and composable way to validate data in JavaScript (and TypeScript).",
"version": "1.0.5-0",
"version": "2.0.0-0",
"license": "MIT",
"repository": "git://github.com/ianstormtaylor/superstruct.git",
"type": "module",
Expand Down

0 comments on commit b64f64c

Please sign in to comment.