Merge pull request #533 from nextcloud/chore/drop-node-14

chore(deps)!: Drop support for Node 14
This commit is contained in:
Greta 2022-12-27 14:55:50 +01:00 коммит произвёл GitHub
Родитель 72609e4c51 5d9084b208
Коммит e4432d1f4d
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
4 изменённых файлов: 6 добавлений и 12 удалений

5
.github/workflows/lint.yml поставляемый
Просмотреть файл

@ -12,7 +12,7 @@ jobs:
strategy:
matrix:
node-version: [14, 16, 18]
node-version: [16, 18]
name: node${{ matrix.node-version }}
steps:
@ -23,9 +23,6 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
- name: Set up npm 7
run: npm i -g npm@7
- name: Install dependencies
run: npm ci

5
.github/workflows/npm-test.yml поставляемый
Просмотреть файл

@ -12,7 +12,7 @@ jobs:
strategy:
matrix:
node-version: [14, 16, 18]
node-version: [16, 18]
name: node${{ matrix.node-version }}
steps:
@ -23,9 +23,6 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
- name: Set up npm 7
run: npm i -g npm@7
- name: Install dependencies
run: npm ci

4
package-lock.json сгенерированный
Просмотреть файл

@ -24,8 +24,8 @@
"rollup-plugin-peer-deps-external": "^2.2.4"
},
"engines": {
"node": ">=14.0.0",
"npm": ">=7.0.0"
"node": ">=16.0.0",
"npm": ">=8.0.0"
},
"peerDependencies": {
"ical.js": "^1.5.0",

Просмотреть файл

@ -35,8 +35,8 @@
},
"homepage": "https://github.com/nextcloud/calendar-js#readme",
"engines": {
"node": ">=14.0.0",
"npm": ">=7.0.0"
"node": ">=16.0.0",
"npm": ">=8.0.0"
},
"devDependencies": {
"@babel/core": "^7.14.6",