Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

feat(node-version): raised the minimum required version to v14.17#387

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
gr2m merged 3 commits intobetafromnode-14
Aug 30, 2021
Merged
Show file tree
Hide file tree
Changes fromall commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions.github/workflows/test.yml
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -13,9 +13,8 @@ jobs:
strategy:
matrix:
node-version:
- 10
- 12
- 14
- 14.17
- 16
os:
- ubuntu-latest
runs-on: "${{ matrix.os }}"
Expand All@@ -38,4 +37,6 @@ jobs:
node-version: 16
cache: npm
- run: npm ci
- name: Ensure dependencies are compatible with the version of node
run: npx ls-engines
- run: npm run lint
168 changes: 84 additions & 84 deletionspackage-lock.json
View file
Open in desktop

Some generated files are not rendered by default. Learn more abouthow customized files appear on GitHub.

6 changes: 3 additions & 3 deletionspackage.json
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -41,13 +41,13 @@
"got": "11.8.2",
"nyc": "15.1.0",
"p-retry": "4.4.0",
"semantic-release": "17.3.9",
"semantic-release": "^18.0.0-beta.3",
"sinon": "9.2.4",
"stream-buffers": "3.0.2",
"xo": "0.36.1"
},
"engines": {
"node": ">=10.19"
"node": ">=14.17"
},
"files": [
"lib",
Expand DownExpand Up@@ -76,7 +76,7 @@
"all": true
},
"peerDependencies": {
"semantic-release": ">=16.0.0 <18.0.0"
"semantic-release": ">=18.0.0-beta.1"
},
"prettier": {
"printWidth": 120,
Expand Down

[8]ページ先頭

©2009-2025 Movatter.jp