Skip to content

Commit

Permalink
Add nvmrc file to ci config
Browse files Browse the repository at this point in the history
  • Loading branch information
kyleect committed Sep 15, 2023
1 parent 5bffac1 commit c917a63
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ jobs:

- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version-file: '.nvmrc'

- name: Install dependencies
run: npm ci
Expand Down

0 comments on commit c917a63

Please sign in to comment.