Skip to content

Commit

Permalink
update node version
Browse files Browse the repository at this point in the history
  • Loading branch information
toyv0 committed Jan 21, 2024
1 parent c21e8d1 commit fcbddb3
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- uses: actions/setup-node@v2
with:
cache: yarn
node-version: 16.x
node-version: 18.x

- name: Setup SSH keys and hosts
env:
Expand All @@ -49,7 +49,7 @@ jobs:

- name: Compile
run: yarn codegen

- name: Build
run: yarn build

Expand All @@ -65,7 +65,7 @@ jobs:
- uses: actions/setup-node@v2
with:
cache: yarn
node-version: 16.x
node-version: 18.x

- name: Setup SSH keys and hosts
env:
Expand All @@ -92,7 +92,7 @@ jobs:

- name: Compile
run: yarn codegen

- name: Build
run: yarn build

Expand All @@ -111,7 +111,7 @@ jobs:
- uses: actions/setup-node@v2
with:
cache: yarn
node-version: 16.x
node-version: 18.x

- name: Setup SSH keys and hosts
env:
Expand All @@ -138,12 +138,12 @@ jobs:

- name: Compile
run: yarn codegen

- name: Build
run: yarn build

- name: Deploy ETH Mainnet
run: yarn deploy-prod

- name: Deploy Fantom
run: yarn deploy-ftm

0 comments on commit fcbddb3

Please sign in to comment.