Skip to content

Commit

Permalink
chore(ci): fix base64 installation
Browse files Browse the repository at this point in the history
  • Loading branch information
j-mendez committed Aug 5, 2023
1 parent 5c890fc commit e23729c
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Expand Up @@ -27,7 +27,7 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
- name: Install dependencies
run: npm ci
run: npm i
- name: Run linter
if: ${{ matrix.lint }}
run: npm run lint
Expand Down
14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "tensornet",
"version": "1.0.20",
"version": "1.0.21",
"description": "a pure js convert a base64 to a tensor object for node",
"main": "dist/index.js",
"scripts": {
Expand All @@ -22,13 +22,14 @@
},
"homepage": "https://github.com/A11yWatch/tensornet#readme",
"dependencies": {
"base64-to-tensor": "^1.2.15"
"base64-to-tensor": "^1.2.16"
},
"devDependencies": {
"@swc/core": "^1.2.204",
"@swc/jest": "^0.2.21",
"@tensorflow/tfjs-backend-wasm": "^4.9.0",
"@tensorflow/tfjs-core": "^4.9.0",
"@tensorflow/tfjs-converter": "^4.9.0",
"@types/jest": "^26.0.20",
"@typescript-eslint/eslint-plugin": "^5.28.0",
"@typescript-eslint/parser": "^5.28.0",
Expand Down

0 comments on commit e23729c

Please sign in to comment.