Skip to content

Commit

Permalink
Merge branch 'dev' into release/1.29.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Evgeny Svirsky committed Feb 9, 2024
2 parents b26fa34 + bb98646 commit ea4e3ea
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
publish_npm:
runs-on: [self-hosted, cere-io-large]
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Get Node.js version
id: nvm
run: echo ::set-output name=NODE_VERSION::$(cat .nvmrc)
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/embed-wallet-inject/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cere/embed-wallet-inject",
"version": "0.12.2",
"version": "0.12.3",
"sideEffects": false,
"type": "module",
"types": "./dist/types/index.d.ts",
Expand Down

0 comments on commit ea4e3ea

Please sign in to comment.