From fccf33d953a88b3e088b837b5e0e61c01f906763 Mon Sep 17 00:00:00 2001 From: 186526 Date: Mon, 18 Mar 2024 21:07:09 +0800 Subject: [PATCH] update: 0.1.1-2 --- .github/workflows/ci.yml | 2 +- package.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8414318..383ac29 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,7 +8,7 @@ jobs: strategy: matrix: - node-version: [14.x, 16.x, 18.x] + node-version: [18.x, 20.x] steps: - uses: actions/checkout@v3 diff --git a/package.json b/package.json index 263fbad..04efd8c 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "handlers.js", "description": "Handlers.js is a unified and lightweight web application framework for multiple platforms.", - "version": "0.1.1-1", + "version": "0.1.1-2", "main": "./dist/index.js", "webpack": "./dist/index.js", "browser": "./dist/main.serviceworker.js", @@ -62,7 +62,7 @@ "prepublish": "env NODE_ENV=production yarn build && yarn tsc" }, "engines": { - "node": ">=14.0.0" + "node": ">=18.0.0" }, "type": "module" }