diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 1ea7c88..1a6f02a 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -24,6 +24,7 @@ jobs: - 19 - 20 - 21 + - 22 steps: - uses: actions/checkout@v2 - name: Use Node.js ${{ matrix.node-version }} diff --git a/package-lock.json b/package-lock.json index 09c3a83..c15846c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -24,7 +24,7 @@ "node-http-server": "^8.1.4" }, "engines": { - "node": "14 || 16 || 17 || 18 || 19 || 20 || 21" + "node": "14 || 16 || 17 || 18 || 19 || 20 || 21 || 22" } }, "node_modules/@achrinza/event-pubsub": { diff --git a/package.json b/package.json index b9fc200..ef697ac 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "access": "public" }, "engines": { - "node": "14 || 16 || 17 || 18 || 19 || 20 || 21" + "node": "14 || 16 || 17 || 18 || 19 || 20 || 21 || 22" }, "dependencies": { "@achrinza/event-pubsub": "5.0.9",