Skip to content

Commit 00b72f3

Browse files
committed
Added node.js update to workflow
1 parent 7d62c1f commit 00b72f3

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/build_and_deploy_doc.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,12 @@ jobs:
7878
rm -f "$ipynb"
7979
done
8080
81+
- name: Install Node.js
82+
uses: actions/setup-node@v4
83+
with:
84+
node-version: '18'
85+
86+
8187
# Build the book
8288
- name: Build the book
8389
run: |

0 commit comments

Comments
 (0)