Skip to content

Commit d9c7a64

Browse files
committed
upgrade version and depreciate node.js versions < 8
1 parent 5c2f766 commit d9c7a64

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
language: node_js
22
node_js:
3+
- "15"
4+
- "13"
35
- "11"
4-
- "7"
5-
- "6"
6-
- "4"
6+
- "8"
77
env:
88
- CXX=g++-4.8
99
addons:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "posix-semaphore",
3-
"version": "0.0.4",
3+
"version": "1.0.0",
44
"description": "Blocking POSIX semaphores for Node.js",
55
"repository": "https://github.com/dbousque/posix-semaphore",
66
"license": "MIT",

0 commit comments

Comments
 (0)