File tree Expand file tree Collapse file tree 4 files changed +5
-54
lines changed Expand file tree Collapse file tree 4 files changed +5
-54
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -15,11 +15,11 @@ jobs:
15
15
matrix :
16
16
node-version : [18.x, 20.x]
17
17
steps :
18
- - uses : actions/checkout@v3
18
+ - uses : actions/checkout@v4
19
19
- uses : pnpm/action-setup@v3
20
20
with :
21
21
version : 8
22
- - uses : actions/setup-node@v3
22
+ - uses : actions/setup-node@v4
23
23
with :
24
24
cache : " pnpm"
25
25
node-version : ${{ matrix.node-version }}
Original file line number Diff line number Diff line change 1
1
# datadata sdk javascript
2
2
3
- ![ Test Workflow Status] ( https://github.com/datadata-team/datadata-sdk-javascript/actions/workflows/test.yml/badge.svg )
3
+ [ ![ Test Workflow Status] ( https://github.com/datadata-team/datadata-sdk-javascript/actions/workflows/test.yml/badge.svg )
4
+ ] ( https://github.com/datadata-team/datadata-sdk-javascript/actions/workflows/test.yml )
4
5
5
6
javascript sdk for [ datadata] ( https://www.datadata.com ) platform.
6
7
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @datadata/sdk-javascript" ,
3
3
"type" : " module" ,
4
- "version" : " 0.0.0" ,
4
+ "version" : " 0.0.1- 0" ,
5
5
"description" : " javascript sdk for datadata platform" ,
6
6
"module" : " ./dist/index.js" ,
7
7
"types" : " ./dist/index.d.ts" ,
You can’t perform that action at this time.
0 commit comments