Skip to content

Commit 568fa2b

Browse files
authored
Version 1.0.10 + node up (#68)
* [version-1.0.10] update node version * [version-1.0.10] update pkg version
1 parent b76c123 commit 568fa2b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/unit-tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
with:
2020
cache: npm
2121
scope: '@stakewise'
22-
node-version: '18.16.1'
22+
node-version: '18.17.0'
2323
registry-url: "https://npm.pkg.github.com"
2424
cache-dependency-path: "**/package-lock.json"
2525
- name: Install npm dependencies

.nvmrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
18.16.1
1+
18.17.0

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "1.0.9",
2+
"version": "1.0.10",
33
"sideEffects": false,
44
"main": "dist/index.js",
55
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)