Skip to content

Commit

Permalink
Merged with main
Browse files Browse the repository at this point in the history
  • Loading branch information
lamemakes committed Feb 27, 2024
2 parents c3956be + d30cb51 commit 09eaa5c
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,9 @@ jobs:
- uses: taiki-e/install-action@v2
with:
tool: cargo-about
- uses: actions/setup-node@v4
with:
node-version: 20.10.x
- name: Run CI
run: ./scripts/ci/all
- name: Test
Expand Down
1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
v20.10.0
3 changes: 3 additions & 0 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,5 +68,8 @@
"tailwind-merge": "^2.1.0",
"ts-pattern": "^5.0.6",
"client-wasm": "^0.1.0"
},
"engines": {
"node": "20.10.x"
}
}
1 change: 1 addition & 0 deletions scripts/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
torch
transformers
datasets
gensim
Expand Down

0 comments on commit 09eaa5c

Please sign in to comment.