2
0
mirror of https://github.com/frappe/bench.git synced 2024-06-27 03:33:29 +00:00

ci: use node20 for release

This commit is contained in:
Ankush Menat 2024-01-24 13:21:14 +05:30
parent 38822f7871
commit d84a05ed2a

View File

@ -13,7 +13,7 @@ jobs:
fetch-depth: 0 fetch-depth: 0
- uses: actions/setup-node@v2 - uses: actions/setup-node@v2
with: with:
node-version: 18 node-version: 20
- uses: actions/setup-python@v4 - uses: actions/setup-python@v4
with: with:
python-version: '3.x' python-version: '3.x'