Skip to content

Commit

Permalink
Merge pull request #247 from JaxGaussianProcesses/dependabot/github_a…
Browse files Browse the repository at this point in the history
…ctions/actions/setup-node-3

Bump actions/setup-node from 1 to 3
  • Loading branch information
thomaspinder authored May 11, 2023
2 parents febb8a6 + 7ef95db commit b97f21c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:

# Install katex for math support
- name: Install NPM
uses: actions/setup-node@v1
uses: actions/setup-node@v3
with:
node-version: 16
- name: Install KaTeX
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:

# Install katex for math support
- name: Install NPM
uses: actions/setup-node@v1
uses: actions/setup-node@v3
with:
node-version: 16
- name: Install KaTeX
Expand Down

0 comments on commit b97f21c

Please sign in to comment.