feature: drop support of node < 18

This commit is contained in:
coderaiser 2023-12-12 12:22:28 +02:00
parent a6afa205a9
commit 3314f9b94f
4 changed files with 5 additions and 6 deletions

View file

@ -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

View file

@ -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

View file

@ -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": {

View file

@ -210,7 +210,7 @@
"webpackbar": "^5.0.0-3"
},
"engines": {
"node": ">=16"
"node": ">=18"
},
"license": "MIT",
"main": "server/cloudcmd.js",