Skip to content

Commit

Permalink
chore: use node18 for github workflow
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
ankush committed Jun 26, 2023
1 parent 84ac024 commit e26152f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frappe/utils/boilerplate.py
Original file line number Diff line number Diff line change
Expand Up @@ -593,7 +593,7 @@ def _create_parent_folder_if_not_exists(self):
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: 16
node-version: 18
check-latest: true
- name: Cache pip
Expand Down

0 comments on commit e26152f

Please sign in to comment.