mirror of
https://github.com/mii443/tokenizers.git
synced 2025-08-22 16:25:30 +00:00
Never gonna run around and desert you
This commit is contained in:
4
.github/workflows/node-lint.yml
vendored
4
.github/workflows/node-lint.yml
vendored
@ -24,6 +24,10 @@ jobs:
|
|||||||
|
|
||||||
- name: Setup node
|
- name: Setup node
|
||||||
uses: actions/setup-node@v3
|
uses: actions/setup-node@v3
|
||||||
|
with:
|
||||||
|
node-version: 18
|
||||||
|
cache-dependency-path: ./bindings/node/yarn.lock
|
||||||
|
cache: 'yarn'
|
||||||
|
|
||||||
- name: Install
|
- name: Install
|
||||||
uses: dtolnay/rust-toolchain@stable
|
uses: dtolnay/rust-toolchain@stable
|
||||||
|
2
.gitignore
vendored
2
.gitignore
vendored
@ -23,3 +23,5 @@ pip-wheel-metadata
|
|||||||
|
|
||||||
.vscode
|
.vscode
|
||||||
*.code-workspace
|
*.code-workspace
|
||||||
|
.yarn/
|
||||||
|
*.node
|
||||||
|
6593
bindings/node/package-lock.json
generated
6593
bindings/node/package-lock.json
generated
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user