Skip to content

Commit

Permalink
0.0.1-0
Browse files Browse the repository at this point in the history
  • Loading branch information
hungtcs committed Mar 14, 2024
1 parent bcee9db commit 8fefced
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 54 deletions.
50 changes: 0 additions & 50 deletions .github/workflows/release.yml

This file was deleted.

4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ jobs:
matrix:
node-version: [18.x, 20.x]
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v3
with:
version: 8
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
cache: "pnpm"
node-version: ${{ matrix.node-version }}
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# datadata sdk javascript

![Test Workflow Status](https://github.com/datadata-team/datadata-sdk-javascript/actions/workflows/test.yml/badge.svg)
[![Test Workflow Status](https://github.com/datadata-team/datadata-sdk-javascript/actions/workflows/test.yml/badge.svg)
](https://github.com/datadata-team/datadata-sdk-javascript/actions/workflows/test.yml)

javascript sdk for [datadata](https://www.datadata.com) platform.

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@datadata/sdk-javascript",
"type": "module",
"version": "0.0.0",
"version": "0.0.1-0",
"description": "javascript sdk for datadata platform",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down

0 comments on commit 8fefced

Please sign in to comment.