From b64f64cefd267118579ec1a60c582c61e1f4417c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Artur=20M=C3=BCller?= Date: Thu, 20 Jun 2024 15:33:35 +0200 Subject: [PATCH] 2.0.0-0 (#1246) * 2.0.0-0 * Add Node v22 to CI action --- .github/workflows/ci.yml | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ad3c0a2a..1abb4e5a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 diff --git a/package.json b/package.json index 9772ccbf..e034da72 100644 --- a/package.json +++ b/package.json @@ -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",