Skip to content

Commit

Permalink
update: 0.1.1-2
Browse files Browse the repository at this point in the history
  • Loading branch information
186526 committed Mar 18, 2024
1 parent f199ef7 commit fccf33d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -62,7 +62,7 @@
"prepublish": "env NODE_ENV=production yarn build && yarn tsc"
},
"engines": {
"node": ">=14.0.0"
"node": ">=18.0.0"
},
"type": "module"
}

0 comments on commit fccf33d

Please sign in to comment.