Skip to content

Commit

Permalink
No node (#12)
Browse files Browse the repository at this point in the history
* update jest lib

* adding increment and toHexNonce methods and tests, adding more readme

* adding 0x check

* remove nvmrc for node setting

* update to 0.0.8 for release

* update node for github actions

* remove engines from package

* move nvmrc

* incrementing version
  • Loading branch information
StoyanD authored Feb 20, 2024
1 parent b9e8c72 commit e50ee05
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version-file: ".github/.nvmrc"
node-version-file: ".nvmrc"
cache: "npm"
- run: yarn install
- run: yarn format:check
Expand All @@ -20,7 +20,7 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version-file: ".github/.nvmrc"
node-version-file: ".nvmrc"
cache: "npm"
- run: yarn install
- run: yarn build
Expand All @@ -31,7 +31,7 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version-file: ".github/.nvmrc"
node-version-file: ".nvmrc"
cache: "npm"
- run: yarn install
- run: yarn test
File renamed without changes.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@beamnetwork/nonce-2d",
"version": "0.0.9",
"version": "0.0.10",
"description": "",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
Expand Down

0 comments on commit e50ee05

Please sign in to comment.