Skip to content

Commit

Permalink
fix: invalid node-version-file path
Browse files Browse the repository at this point in the history
  • Loading branch information
thedevelobear committed Jun 12, 2024
1 parent 83a38fd commit e5ce72f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Setup Node.js environment
uses: actions/setup-node@v4
with:
node-version-file: '.nvmrc'
node-version-file: '**/.nvmrc'

- name: Restore cache
uses: actions/cache@v4
Expand Down

0 comments on commit e5ce72f

Please sign in to comment.