Skip to content

Commit 6548753

Browse files
authored
Fix CI failures (#20)
* Bump up node version * x * x * x * x * cleanup
1 parent 151868d commit 6548753

File tree

3 files changed

+10
-13
lines changed

3 files changed

+10
-13
lines changed

.github/workflows/contracts.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,10 @@ jobs:
4545
- name: Setup LCOV
4646
uses: hrishikesh-kadam/setup-lcov@6c1aa0cc9e1c02f9f58f01ac599f1064ccc83470 # v1
4747

48-
- name: Install Node.js 18
48+
- name: Install Node.js 22
4949
uses: actions/setup-node@v4
5050
with:
51-
node-version: '18'
51+
node-version: '22'
5252

5353
- name: Get yarn cache directory path
5454
id: yarn-cache-dir-path

foundry.toml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -10,17 +10,6 @@ ast = true
1010
build_info = true
1111
extra_output = ["storageLayout"]
1212

13-
remappings = [
14-
'@layerzerolabs/oft-evm/=lib/devtools/packages/oft-evm/',
15-
'@layerzerolabs/oapp-evm/=lib/devtools/packages/oapp-evm/',
16-
'@layerzerolabs/lz-evm-protocol-v2/=lib/layerzero-v2/packages/layerzero-v2/evm/protocol/',
17-
'@layerzerolabs/lz-evm-messagelib-v2/=lib/layerzero-v2/packages/layerzero-v2/evm/messagelib/',
18-
"@openzeppelin/contracts/=lib/openzeppelin-contracts-upgradeable/lib/openzeppelin-contracts/contracts/",
19-
"@openzeppelin/contracts-upgradeable/=lib/openzeppelin-contracts-upgradeable/contracts/",
20-
"openzeppelin-foundry-upgrades/=lib/openzeppelin-foundry-upgrades/src/",
21-
'solidity-bytes-utils/=lib/solidity-bytes-utils/',
22-
]
23-
2413
# Network configurations
2514
[rpc_endpoints]
2615
scroll = "${SCROLL_MAINNET_RPC}"

remappings.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
@openzeppelin/contracts/=lib/openzeppelin-contracts-upgradeable/lib/openzeppelin-contracts/contracts/
2+
@openzeppelin/contracts-upgradeable/=lib/openzeppelin-contracts-upgradeable/contracts/
3+
openzeppelin-foundry-upgrades/=lib/openzeppelin-foundry-upgrades/src/
4+
solidity-bytes-utils/=lib/solidity-bytes-utils/
5+
@layerzerolabs/oapp-evm/=lib/devtools/packages/oapp-evm/
6+
@layerzerolabs/oft-evm/=lib/devtools/packages/oft-evm/
7+
@layerzerolabs/lz-evm-messagelib-v2/=lib/LayerZero-v2/packages/layerzero-v2/evm/messagelib/
8+
@layerzerolabs/lz-evm-protocol-v2/=lib/LayerZero-v2/packages/layerzero-v2/evm/protocol/

0 commit comments

Comments
 (0)