Skip to content

Commit

Permalink
Tests fix
Browse files Browse the repository at this point in the history
  • Loading branch information
rastislavcore committed Aug 16, 2024
1 parent b221158 commit 06d3b94
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 18.x
node-version: 20.x
registry-url: https://registry.npmjs.org/
- run: npm i
- run: npm run unit
Expand All @@ -26,4 +26,4 @@ jobs:
node-version: 20.x
registry-url: https://registry.npmjs.org/
- run: npm i
- run: npm run standard
- run: npm run lint
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "txms.js",
"version": "1.2.0",
"version": "1.2.1",
"description": "Transaction messaging service protocol",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand All @@ -11,6 +11,7 @@
"scripts": {
"build": "tsc -p ./tsconfig.json",
"test": "npm run unit",
"preunit": "npm run build",
"unit": "tape test/*.js",
"lint": "standard '**/*.js' --fix"
},
Expand Down

0 comments on commit 06d3b94

Please sign in to comment.