Skip to content

Commit

Permalink
Add .nvmrc to doc directory (#154)
Browse files Browse the repository at this point in the history
  • Loading branch information
AnkushinDaniil authored Aug 23, 2024
1 parent 86d0edb commit bd24e9a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docusaurus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 18
node-version-file: doc/.nvmrc

- name: Install dependencies
working-directory: ./doc
Expand Down
1 change: 1 addition & 0 deletions doc/.nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
18.20.4

0 comments on commit bd24e9a

Please sign in to comment.