Skip to content

Commit

Permalink
checkout lfs
Browse files Browse the repository at this point in the history
  • Loading branch information
fyears committed Mar 23, 2024
1 parent 5879892 commit 3f3e630
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,10 @@ jobs:
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/

steps:
- uses: actions/checkout@v3
- name: Checkout the repo
uses: actions/checkout@v3
with:
lfs: 'true'
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
# with:
Expand Down

0 comments on commit 3f3e630

Please sign in to comment.