Skip to content

Commit

Permalink
nodejs 20 for action
Browse files Browse the repository at this point in the history
  • Loading branch information
spors committed Apr 30, 2024
1 parent e50c145 commit 502563a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/run_nb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4

- name: Setup node
uses: actions/setup-node@v4

- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
with:
Expand Down Expand Up @@ -62,4 +65,4 @@ jobs:
else
echo "No errors found in notebooks."
fi
shell: bash
shell: bash

0 comments on commit 502563a

Please sign in to comment.