Skip to content

Commit

Permalink
set node-version to 18.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
geoknee committed Apr 27, 2023
1 parent 53f9810 commit 1e3e3dd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/bindings-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: "18.16.0"
node-version: "18.15.0"
- name: Install dependencies
run: |
cd ./nitro-protocol
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: "18.16.0"
node-version: "18.15.0"
- name: Install dependencies
run: npm ci --legacy-peer-deps
- name: Compile contracts
Expand Down

0 comments on commit 1e3e3dd

Please sign in to comment.