Skip to content

Commit

Permalink
Fewer }
Browse files Browse the repository at this point in the history
  • Loading branch information
rossjones committed Jan 23, 2024
1 parent a022219 commit f10a384
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Setup node
uses: actions/setup-node@v4
with:
node-version: ${{ env.NODE_VER }}}
node-version: '${{ env.NODE_VER }}'
- run: cd webui && npm install
- run: cd webui && npm run build

Expand Down

0 comments on commit f10a384

Please sign in to comment.