2
0
mirror of https://github.com/frappe/bench.git synced 2024-09-27 22:39:03 +00:00

Merge pull request #1319 from rtdany10/patch-3

fix: Bump Nodejs v12 => v14
This commit is contained in:
gavin 2022-06-14 11:13:41 +05:30 committed by GitHub
commit a1a0d5dae4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,3 +1,3 @@
---
node_version: 12
...
node_version: 14
...