Skip to content

Commit

Permalink
4.1.33
Browse files Browse the repository at this point in the history
  • Loading branch information
mantou132 committed Jun 22, 2024
1 parent 3379fd0 commit 092c0bd
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,10 @@ jobs:
- name: Install Node.js, NPM and Yarn
uses: actions/setup-node@v2-beta
with:
node-version: '14.20.0'
node-version: '14'

- name: Update node-gyp
run: npm install -g node-gyp

- name: Install robotjs
if: startsWith(matrix.os, 'ubuntu')
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "google-translate",
"version": "4.1.32",
"version": "4.1.33",
"description": "google translate, work in any app",
"main": "./dist/index.js",
"scripts": {
Expand Down

0 comments on commit 092c0bd

Please sign in to comment.