Skip to content

Commit

Permalink
Correct path to .nvmrc
Browse files Browse the repository at this point in the history
  • Loading branch information
frenck committed Jun 29, 2023
1 parent f8d4e7b commit cbe2fac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/documentation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: 🏗 Set up Node.js
uses: actions/setup-node@v2.5.2
with:
node-version-file: ".nvmrc"
node-version-file: "documentation/.nvmrc"

- name: 🏗 Install MyST
run: npm install -g myst-cli
Expand Down

0 comments on commit cbe2fac

Please sign in to comment.