Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/npm_and_yarn/hardhat-2.22.13
Browse files Browse the repository at this point in the history
  • Loading branch information
quiet-node authored Oct 31, 2024
2 parents a20c27b + 7c435b1 commit bda11da
Show file tree
Hide file tree
Showing 10 changed files with 124 additions and 49 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dapp-playground-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2

- name: Use Node.js [18]
uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4
uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.1.0
with:
node-version: 18

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/flow-pr-title-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ jobs:
title-check:
name: Title Check
runs-on: smart-contracts-linux-medium
if: ${{ !github.event.pull_request.base.repo.fork }}
permissions:
statuses: write
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/foundry_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
submodules: recursive

- name: Use Node.js [18]
uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4
uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.1.0
with:
node-version: 18
cache: npm
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/migration-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
submodules: recursive

- name: Use Node.js [18]
uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4
uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.1.0
with:
node-version: 18
cache: npm
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/opcode-logger-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
sudo chmod +x /usr/local/lib/docker/cli-plugins/docker-compose
- name: Use Node.js [18]
uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4
uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.1.0
with:
node-version: 18
cache: npm
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-label-milestone-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2

- name: Set up Node.js
uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4
uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.1.0
with:
node-version: '20'

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release-automation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
fi
- name: Set up Node.js
uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4
uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.1.0
with:
node-version: '20'

Expand Down Expand Up @@ -164,7 +164,7 @@ jobs:
passphrase: ${{ secrets.GPG_KEY_PASSPHRASE }}

- name: Set up Node.js
uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4
uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.1.0
with:
node-version: '20'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
sudo chmod +x /usr/local/lib/docker/cli-plugins/docker-compose
- name: Use Node.js [18]
uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4
uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.1.0
with:
node-version: 18
cache: npm
Expand Down
154 changes: 114 additions & 40 deletions 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 package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
},
"devDependencies": {
"@hashgraph/hedera-local": "^2.31.0",
"@hashgraph/sdk": "^2.51.0",
"@hashgraph/sdk": "^2.52.0",
"@nomicfoundation/hardhat-chai-matchers": "^2.0.8",
"@nomicfoundation/hardhat-foundry": "^1.1.2",
"@openzeppelin/contracts": "^5.0.2",
Expand Down

0 comments on commit bda11da

Please sign in to comment.