Bump node version to 20.0.0

pull/3645/head
ioedeveloper 2 years ago
parent d8350665d2
commit 23f58b5c7a
  1. 2
      .github/workflows/run-sut.yml
  2. 4
      libs/remix-ui/workspace/src/lib/utils/constants.ts

@ -12,7 +12,7 @@ jobs:
- name: Environment Setup
uses: actions/setup-node@v3
with:
node-version: 16.16.0
node-version: 20.0.0
- name: Run SUT Action
uses: EthereumRemix/sol-test@v1
with:

@ -13,7 +13,7 @@ jobs:
- name: Environment Setup
uses: actions/setup-node@v3
with:
node-version: 16.16.0
node-version: 20.0.0
- name: Run SUT Action
uses: EthereumRemix/sol-test@v1.1
with:
@ -41,7 +41,7 @@ jobs:
- name: Environment Setup
uses: actions/setup-node@v3
with:
node-version: 16.16.0
node-version: 20.0.0
- name: Run Mocha Chai Unit Test Action
uses: EthereumRemix/ts-sol-test@v1.3.1
with:

Loading…
Cancel
Save