Skip to content

Commit

Permalink
Merge pull request #33 from petrzjunior/node-14
Browse files Browse the repository at this point in the history
Confirm support for Node.js 14
  • Loading branch information
pokusew authored Sep 27, 2023
2 parents fc540b5 + a0f263f commit f147fb2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest, macOS-latest]
node: [8.x, 10.x, 12.x, 13.x]
node: [8.x, 10.x, 12.x, 13.x, 14.x]
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@ After reboot, there will be no driver blocking the usb bus anymore, so we can fi
### Which Node.js versions are supported?
@pokusew/pcsclite officially supports the following Node.js versions: **8.x, 9.x, 10.x, 11.x, 12.x, 13.x**.
@pokusew/pcsclite officially supports the following Node.js versions: **8.x, 9.x, 10.x, 11.x, 12.x, 13.x, 14.x**.
### Can I use this library in my React Native app?
Expand Down

0 comments on commit f147fb2

Please sign in to comment.