Skip to content

Commit

Permalink
ci: fix the workflow name and add submodules checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
EmileRolley committed Oct 24, 2024
1 parent ffb3678 commit c850b57
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .github/workflow/build.yaml → .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
submodules: true
- uses: actions/setup-node@v4
with:
cache: yarn
Expand Down
3 changes: 0 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,6 @@
"typescript": "^5.6.3",
"vitest": "^2.1.2"
},
"engines": {
"node": ">=20"
},
"publishConfig": {
"access": "public"
},
Expand Down

0 comments on commit c850b57

Please sign in to comment.