Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/publish-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20.0.0
node-version: 24.4.1
- run: yarn install
- run: ls
- run: pwd
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run-sut.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Environment Setup
uses: actions/setup-node@v4
with:
node-version: 20.0.0
node-version: 24.4.1
- name: Run SUT Action
uses: EthereumRemix/[email protected]
with:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- name: Environment Setup
uses: actions/setup-node@v4
with:
node-version: 20.0.0
node-version: 24.4.1
- name: Run Mocha Chai Unit Test Action
uses: EthereumRemix/[email protected]
with:
Expand Down