Skip to content

Commit 74a5c21

Browse files
authored
Merge pull request #7 from jupyter-book/agoose77/fix-further-ci
🐛 Update CI NodeJS
2 parents 4ee5635 + be0d7fa commit 74a5c21

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
uses: actions/configure-pages@v3
3333
- uses: actions/setup-node@v4
3434
with:
35-
node-version: 18.x
35+
node-version: 20.x
3636
- name: Install MyST Markdown
3737
run: npm install
3838
- name: Build HTML Assets

package-lock.json

Lines changed: 4 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)