Skip to content

Commit

Permalink
chore: update Node version (#3)
Browse files Browse the repository at this point in the history
* chore: update Node version

* chore(deps): update crowdin-api-client
  • Loading branch information
andrii-bodnar authored Oct 9, 2023
1 parent 17d882b commit ec503b3
Show file tree
Hide file tree
Showing 4 changed files with 46 additions and 32 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: 14.x
node-version: 18.x
cache: 'npm'
- run: npm install
- run: npm install -g zapier-platform-cli
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: 14.x
node-version: 18.x
cache: 'npm'
- run: npm install
- run: npm install -g zapier-platform-cli
Expand Down
68 changes: 41 additions & 27 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@
"env": "zapier env:set 1.0.5 ${npm_config_var}=${npm_config_val}"
},
"engines": {
"node": ">=v14",
"npm": ">=5.6.0"
"node": ">=v18",
"npm": ">=9.0.0"
},
"dependencies": {
"@crowdin/crowdin-api-client": "^1.18.1",
"@crowdin/crowdin-api-client": "1.24.0",
"axios": "^0.27.2",
"zapier-platform-core": "12.0.3"
},
Expand Down

0 comments on commit ec503b3

Please sign in to comment.