Skip to content

Commit 52093a3

Browse files
committed
fix: git act node version update
1 parent 74c8ec1 commit 52093a3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ${{ matrix.os }}
88
strategy:
99
matrix:
10-
node: ["14.x", "16.x"]
10+
node: ["16.x"]
1111
os: [ubuntu-latest, windows-latest, macOS-latest]
1212

1313
steps:

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "2.2.0",
2+
"version": "2.2.1",
33
"license": "MIT",
44
"main": "dist/index.js",
55
"description": "Translate your JSON file or object into another languages with Google Translate API",
@@ -20,7 +20,7 @@
2020
"internationalization"
2121
],
2222
"engines": {
23-
"node": ">=12"
23+
"node": ">=16"
2424
},
2525
"repository": {
2626
"type": "git",

0 commit comments

Comments
 (0)