Skip to content

Commit

Permalink
update node12 to node16
Browse files Browse the repository at this point in the history
  • Loading branch information
luca-fiorito-11 authored Nov 18, 2022
1 parent ec64305 commit d5e4d1a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test_notebooks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@ jobs:

steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
# The branch, tag or SHA to checkout. When checking out the repository that
# triggered a workflow, this defaults to the reference or SHA for that event.
# Otherwise, defaults to `master`.
ref: 'develop'
- uses: "actions/setup-python@v2"
- uses: "actions/setup-python@v3"
with:
python-version: "3.6"

Expand Down

0 comments on commit d5e4d1a

Please sign in to comment.