Skip to content

Commit

Permalink
Merge branch 'ccip' into beacon-factory
Browse files Browse the repository at this point in the history
  • Loading branch information
rya-sge committed Jan 18, 2024
2 parents 5a6de24 + 3036d4c commit bcef1ea
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ jobs:
steps:
- uses: actions/checkout@v3

- name: Setup NodeJS 16
- name: Setup NodeJS 20.5.0
uses: actions/setup-node@v3
with:
node-version: 16.17.0
node-version: 20.5.0

- name: Show NodeJS version
run: npm --version
Expand Down
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
url = https://github.com/OpenZeppelin/openzeppelin-contracts-upgradeable
[submodule "ccip"]
path = ccip
url = org-25111032@github.com:smartcontractkit/ccip.git
url = https://github.com/smartcontractkit/ccip

0 comments on commit bcef1ea

Please sign in to comment.