@@ -16,6 +16,9 @@ jobs:
- uses: actions/setup-python@v4
with:
python-version: 3.11
+ - uses: actions/setup-node@v4
+ with:
+ node-version: '20'
- name: Extract branch name
shell: bash