Skip to content

Commit 547af3e

Browse files
committed
chore: Remove the npm cache
Signed-off-by: Roger Barker <[email protected]>
1 parent bf3978b commit 547af3e

File tree

5 files changed

+4
-5
lines changed

5 files changed

+4
-5
lines changed

.github/workflows/publish_release.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -624,7 +624,6 @@ jobs:
624624
uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0.0
625625
with:
626626
node-version: 22
627-
cache: npm
628627
registry-url: 'https://registry.npmjs.org'
629628

630629
- name: Install NPM latest

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
# 2.79.0-beta.10
8+
# 2.79.0-beta.11
99

1010
### Added
1111

common_js_test/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"author": "",
1010
"license": "ISC",
1111
"dependencies": {
12-
"@hiero-ledger/sdk": "2.79.0-beta.10",
12+
"@hiero-ledger/sdk": "2.79.0-beta.11",
1313
"chai": "4.3.6",
1414
"mocha": "10.6.0"
1515
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hiero-ledger/sdk",
3-
"version": "2.79.0-beta.10",
3+
"version": "2.79.0-beta.11",
44
"description": "Hiero SDK",
55
"types": "./lib/index.d.ts",
66
"main": "./lib/index.cjs",

tck/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"author": "",
1212
"license": "ISC",
1313
"dependencies": {
14-
"@hiero-ledger/sdk": "2.79.0-beta.10",
14+
"@hiero-ledger/sdk": "2.79.0-beta.11",
1515
"ansi-regex": "6.2.2",
1616
"ansi-styles": "6.2.3",
1717
"body-parser": "1.20.3",

0 commit comments

Comments
 (0)