Skip to content

Commit

Permalink
update python and node versions for github action
Browse files Browse the repository at this point in the history
  • Loading branch information
mlhenderson committed Dec 21, 2024
1 parent 9879d8a commit 9cf2df0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ jobs:
- name: Install node
uses: actions/setup-node@v1
with:
node-version: '10.x'
node-version: '18.x'
- name: Install Python
uses: actions/setup-python@v2
with:
python-version: '3.7'
python-version: '3.11'
architecture: 'x64'
- name: Install dependencies
run: python -m pip install jupyterlab
Expand Down

0 comments on commit 9cf2df0

Please sign in to comment.