Skip to content

Commit

Permalink
Fix .nvmrc path
Browse files Browse the repository at this point in the history
  • Loading branch information
arildm committed Nov 13, 2023
1 parent cff2d3a commit 6070c74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
node-version-file: .nvmrc
node-version-file: korp-frontend/.nvmrc

- name: Install dependencies
working-directory: korp-frontend
Expand Down

0 comments on commit 6070c74

Please sign in to comment.