mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 02:35:49 +00:00
feature: drop support of node < 18
This commit is contained in:
parent
a6afa205a9
commit
3314f9b94f
4 changed files with 5 additions and 6 deletions
4
.github/workflows/docker.yml
vendored
4
.github/workflows/docker.yml
vendored
|
|
@ -12,10 +12,10 @@ jobs:
|
|||
- uses: oven-sh/setup-bun@v1
|
||||
with:
|
||||
bun-version: latest
|
||||
- name: Use Node.js 16.x
|
||||
- name: Use Node.js 18.x
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: 16.x
|
||||
node-version: 18.x
|
||||
- name: Install Redrun
|
||||
run: bun i redrun -g --no-save
|
||||
- name: NPM Install
|
||||
|
|
|
|||
2
.github/workflows/nodejs.yml
vendored
2
.github/workflows/nodejs.yml
vendored
|
|
@ -9,9 +9,9 @@ jobs:
|
|||
strategy:
|
||||
matrix:
|
||||
node-version:
|
||||
- 16.x
|
||||
- 18.x
|
||||
- 20.x
|
||||
- 21.x
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: oven-sh/setup-bun@v1
|
||||
|
|
|
|||
|
|
@ -7,8 +7,7 @@
|
|||
"fontello.json"
|
||||
],
|
||||
"rules": {
|
||||
"github/convert-npm-to-bun": "off",
|
||||
"github/set-node-versions": "off"
|
||||
"github/convert-npm-to-bun": "off"
|
||||
},
|
||||
"match": {
|
||||
"base64": {
|
||||
|
|
|
|||
|
|
@ -210,7 +210,7 @@
|
|||
"webpackbar": "^5.0.0-3"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=16"
|
||||
"node": ">=18"
|
||||
},
|
||||
"license": "MIT",
|
||||
"main": "server/cloudcmd.js",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue