Skip to content

Commit e2c6092

Browse files
committed
update dependencies and fix test
1 parent 5e473e6 commit e2c6092

File tree

10 files changed

+3461
-1750
lines changed

10 files changed

+3461
-1750
lines changed

.github/workflows/node.js.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616

1717
strategy:
1818
matrix:
19-
node-version: [10.x, 12.x, 14.x, 16.x, 18.x]
19+
node-version: [16.x, 18.x, 20.x]
2020

2121
steps:
2222
- uses: actions/checkout@v3

.gitignore

+3
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,6 @@
22
node_modules
33
.env
44
tmp
5+
*.js
6+
*.js.*
7+
**.tgz

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ export GOOGLE_PRIVATE_KEY="xxxxxx"
9090
This project will not work in the browser, due to dependencies on the
9191
file system.
9292

93-
Targeted node.js versions are 10.12+
93+
Targeted node.js versions are 16+ .
9494

9595
## Contributions & Feedback
9696

0 commit comments

Comments
 (0)