2
0
mirror of https://github.com/frappe/bench.git synced 2025-01-06 23:44:03 +00:00

ci: Use node18 for releases

This commit is contained in:
Ankush Menat 2023-01-30 20:26:01 +05:30
parent dd77fd87fd
commit b9e9eac411

View File

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