Skip to content

Commit

Permalink
Merge pull request #7 from Cryptographic-API-Services/pre-release
Browse files Browse the repository at this point in the history
testing github actions with npm publish
  • Loading branch information
WingZer0o authored Mar 8, 2024
2 parents 66ce70f + c876150 commit 8ac0292
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/main-pr-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,4 @@ jobs:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- run: npm ci
- run: npm run build
- run: npm test
1 change: 0 additions & 1 deletion .github/workflows/main-pr-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,4 @@ jobs:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- run: npm ci
- run: npm run build
- run: npm test
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

{
"name": "cas-typescript-sdk",
"version": "1.0.15",
"version": "1.0.16",
"description": "",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down

0 comments on commit 8ac0292

Please sign in to comment.