Skip to content

Commit

Permalink
Merge pull request #3 from invariant-labs/update-ci
Browse files Browse the repository at this point in the history
Update CI
  • Loading branch information
wojciech-cichocki authored Sep 6, 2023
2 parents 13406fb + 3d8a0db commit 3670ac4
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/cron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,11 @@ jobs:
- uses: actions/checkout@v1
- uses: actions/setup-node@v2
with:
node-version: '16'
node-version: '14'
- uses: actions-rs/toolchain@v1
with:
toolchain: nightly
override: true
- name: setup solana
run: |
sh -c "$(curl -sSfL https://release.solana.com/v${{ env.solana_version }}/install)"
Expand Down

0 comments on commit 3670ac4

Please sign in to comment.