Skip to content

Commit

Permalink
feat(node version): support Node.js v17 (#273)
Browse files Browse the repository at this point in the history
* feat(node version): support Node.js v17

* ci(node version): running tests with Node.js v17
  • Loading branch information
sounisi5011 authored Nov 28, 2021
1 parent 7798c12 commit 1654602
Show file tree
Hide file tree
Showing 15 changed files with 15 additions and 14 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -231,6 +231,7 @@ jobs:
- 14.x
- 15.x
- 16.x
- 17.x
steps:
- uses: actions/checkout@v2
- name: Git Setting
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
"ultra-runner": "3.10.5"
},
"engines": {
"node": "^12.17.x || 14.x || 15.x || 16.x",
"node": "^12.17.x || 14.x || 15.x || 16.x || 17.x",
"pnpm": "6.x"
}
}
2 changes: 1 addition & 1 deletion packages/check-pid-file/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# @sounisi5011/check-pid-file

[![Go to the latest release page on npm](https://img.shields.io/npm/v/@sounisi5011/check-pid-file.svg)](https://www.npmjs.com/package/@sounisi5011/check-pid-file)
![Supported Node.js version: ^12.17.x || 14.x || 15.x || 16.x](https://img.shields.io/static/v1?label=node&message=%5E12.17.x%20%7C%7C%2014.x%20%7C%7C%2015.x%20%7C%7C%2016.x&color=brightgreen)
![Supported Node.js version: ^12.17.x || 14.x || 15.x || 16.x || 17.x](https://img.shields.io/static/v1?label=node&message=%5E12.17.x%20%7C%7C%2014.x%20%7C%7C%2015.x%20%7C%7C%2016.x%20%7C%7C%2017.x&color=brightgreen)
[![Tested with Jest](https://img.shields.io/badge/tested_with-jest-99424f.svg)](https://github.com/facebook/jest)
[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg)](http://commitizen.github.io/cz-cli/)
[![Minified Bundle Size Details](https://img.shields.io/bundlephobia/min/@sounisi5011/check-pid-file)](https://bundlephobia.com/result?p=%40sounisi5011%2Fcheck-pid-file)
Expand Down
2 changes: 1 addition & 1 deletion packages/check-pid-file/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,6 @@
"ultra-runner": "3.10.5"
},
"engines": {
"node": "^12.17.x || 14.x || 15.x || 16.x"
"node": "^12.17.x || 14.x || 15.x || 16.x || 17.x"
}
}
2 changes: 1 addition & 1 deletion packages/cli-utils/top-level-await-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,6 @@
"ultra-runner": "3.10.5"
},
"engines": {
"node": "^12.17.x || 14.x || 15.x || 16.x"
"node": "^12.17.x || 14.x || 15.x || 16.x || 17.x"
}
}
2 changes: 1 addition & 1 deletion packages/cli/run-if-supported/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# @sounisi5011/run-if-supported

[![Go to the latest release page on npm](https://img.shields.io/npm/v/@sounisi5011/run-if-supported.svg)](https://www.npmjs.com/package/@sounisi5011/run-if-supported)
![Supported Node.js version: ^12.17.x || 14.x || 15.x || 16.x](https://img.shields.io/static/v1?label=node&message=%5E12.17.x%20%7C%7C%2014.x%20%7C%7C%2015.x%20%7C%7C%2016.x&color=brightgreen)
![Supported Node.js version: ^12.17.x || 14.x || 15.x || 16.x || 17.x](https://img.shields.io/static/v1?label=node&message=%5E12.17.x%20%7C%7C%2014.x%20%7C%7C%2015.x%20%7C%7C%2016.x%20%7C%7C%2017.x&color=brightgreen)
[![Tested with Jest](https://img.shields.io/badge/tested_with-jest-99424f.svg)](https://github.com/facebook/jest)
[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg)](http://commitizen.github.io/cz-cli/)
[![Minified Bundle Size Details](https://img.shields.io/bundlephobia/min/@sounisi5011/run-if-supported)](https://bundlephobia.com/result?p=%40sounisi5011%2Frun-if-supported)
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/run-if-supported/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,6 @@
"ultra-runner": "3.10.5"
},
"engines": {
"node": "^12.17.x || 14.x || 15.x || 16.x"
"node": "^12.17.x || 14.x || 15.x || 16.x || 17.x"
}
}
2 changes: 1 addition & 1 deletion packages/encrypted-archive/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# @sounisi5011/encrypted-archive

[![Go to the latest release page on npm](https://img.shields.io/npm/v/@sounisi5011/encrypted-archive.svg)](https://www.npmjs.com/package/@sounisi5011/encrypted-archive)
![Supported Node.js version: ^12.17.x || 14.x || 15.x || 16.x](https://img.shields.io/static/v1?label=node&message=%5E12.17.x%20%7C%7C%2014.x%20%7C%7C%2015.x%20%7C%7C%2016.x&color=brightgreen)
![Supported Node.js version: ^12.17.x || 14.x || 15.x || 16.x || 17.x](https://img.shields.io/static/v1?label=node&message=%5E12.17.x%20%7C%7C%2014.x%20%7C%7C%2015.x%20%7C%7C%2016.x%20%7C%7C%2017.x&color=brightgreen)
[![Tested with Jest](https://img.shields.io/badge/tested_with-jest-99424f.svg)](https://github.com/facebook/jest)
[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg)](http://commitizen.github.io/cz-cli/)
[![Minified Bundle Size Details](https://img.shields.io/bundlephobia/min/@sounisi5011/encrypted-archive)](https://bundlephobia.com/result?p=%40sounisi5011%2Fencrypted-archive)
Expand Down
2 changes: 1 addition & 1 deletion packages/encrypted-archive/examples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
"@sounisi5011/encrypted-archive": "file:.."
},
"engines": {
"node": "^12.17.x || 14.x || 15.x || 16.x"
"node": "^12.17.x || 14.x || 15.x || 16.x || 17.x"
}
}
2 changes: 1 addition & 1 deletion packages/encrypted-archive/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@
"ultra-runner": "3.10.5"
},
"engines": {
"node": "^12.17.x || 14.x || 15.x || 16.x"
"node": "^12.17.x || 14.x || 15.x || 16.x || 17.x"
},
"runkitExampleFilename": "./runkit-example.js"
}
2 changes: 1 addition & 1 deletion packages/jest-matchers/binary-data/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# @sounisi5011/jest-binary-data-matchers

[![Go to the latest release page on npm](https://img.shields.io/npm/v/@sounisi5011/jest-binary-data-matchers.svg)](https://www.npmjs.com/package/@sounisi5011/jest-binary-data-matchers)
![Supported Node.js version: ^12.17.x || 14.x || 15.x || 16.x](https://img.shields.io/static/v1?label=node&message=%5E12.17.x%20%7C%7C%2014.x%20%7C%7C%2015.x%20%7C%7C%2016.x&color=brightgreen)
![Supported Node.js version: ^12.17.x || 14.x || 15.x || 16.x || 17.x](https://img.shields.io/static/v1?label=node&message=%5E12.17.x%20%7C%7C%2014.x%20%7C%7C%2015.x%20%7C%7C%2016.x%20%7C%7C%2017.x&color=brightgreen)
[![Tested with Jest](https://img.shields.io/badge/tested_with-jest-99424f.svg)](https://github.com/facebook/jest)
[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg)](http://commitizen.github.io/cz-cli/)
[![Minified Bundle Size Details](https://img.shields.io/bundlephobia/min/@sounisi5011/jest-binary-data-matchers)](https://bundlephobia.com/result?p=%40sounisi5011%2Fjest-binary-data-matchers)
Expand Down
2 changes: 1 addition & 1 deletion packages/jest-matchers/binary-data/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,6 @@
"jest": "27.x"
},
"engines": {
"node": "^12.17.x || 14.x || 15.x || 16.x"
"node": "^12.17.x || 14.x || 15.x || 16.x || 17.x"
}
}
2 changes: 1 addition & 1 deletion packages/stream-transform-from/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# @sounisi5011/stream-transform-from

[![Go to the latest release page on npm](https://img.shields.io/npm/v/@sounisi5011/stream-transform-from.svg)](https://www.npmjs.com/package/@sounisi5011/stream-transform-from)
![Supported Node.js version: ^12.17.x || 14.x || 15.x || 16.x](https://img.shields.io/static/v1?label=node&message=%5E12.17.x%20%7C%7C%2014.x%20%7C%7C%2015.x%20%7C%7C%2016.x&color=brightgreen)
![Supported Node.js version: ^12.17.x || 14.x || 15.x || 16.x || 17.x](https://img.shields.io/static/v1?label=node&message=%5E12.17.x%20%7C%7C%2014.x%20%7C%7C%2015.x%20%7C%7C%2016.x%20%7C%7C%2017.x&color=brightgreen)
[![Tested with Jest](https://img.shields.io/badge/tested_with-jest-99424f.svg)](https://github.com/facebook/jest)
[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg)](http://commitizen.github.io/cz-cli/)
[![Minified Bundle Size Details](https://img.shields.io/bundlephobia/min/@sounisi5011/stream-transform-from)](https://bundlephobia.com/result?p=%40sounisi5011%2Fstream-transform-from)
Expand Down
2 changes: 1 addition & 1 deletion packages/stream-transform-from/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
"ultra-runner": "3.10.5"
},
"engines": {
"node": "^12.17.x || 14.x || 15.x || 16.x"
"node": "^12.17.x || 14.x || 15.x || 16.x || 17.x"
},
"runkitExampleFilename": "./examples/index.js"
}
2 changes: 1 addition & 1 deletion scripts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
"@sounisi5011/cli-utils-top-level-await": "workspace:^1.0.0"
},
"engines": {
"node": "^12.17.x || 14.x || 15.x || 16.x"
"node": "^12.17.x || 14.x || 15.x || 16.x || 17.x"
}
}

0 comments on commit 1654602

Please sign in to comment.