Skip to content

Commit

Permalink
jDeploy 3.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
andrii-bodnar committed Feb 21, 2022
1 parent 46ca4bf commit 6774e04
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- uses: actions/setup-node@v1
with:
node-version: '12.x'
- run: sudo npm install jdeploy@2.0.11 -g
- run: sudo npm install jdeploy@3.1.7 -g
- run: npm install
- run: jdeploy install
- run: crowdin -V
Expand Down
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,5 @@ crowdin.yml
/testing
dist
jdeploy-bundle
node_modules
node_modules
.DS_Store

0 comments on commit 6774e04

Please sign in to comment.