We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74c8ec1 commit 52093a3Copy full SHA for 52093a3
.github/workflows/main.yml
@@ -7,7 +7,7 @@ jobs:
7
runs-on: ${{ matrix.os }}
8
strategy:
9
matrix:
10
- node: ["14.x", "16.x"]
+ node: ["16.x"]
11
os: [ubuntu-latest, windows-latest, macOS-latest]
12
13
steps:
package.json
@@ -1,5 +1,5 @@
1
{
2
- "version": "2.2.0",
+ "version": "2.2.1",
3
"license": "MIT",
4
"main": "dist/index.js",
5
"description": "Translate your JSON file or object into another languages with Google Translate API",
@@ -20,7 +20,7 @@
20
"internationalization"
21
],
22
"engines": {
23
- "node": ">=12"
+ "node": ">=16"
24
},
25
"repository": {
26
"type": "git",
0 commit comments