Skip to content

Bump @solana/web3.js from 1.77.3 to 1.91.7 #12

Bump @solana/web3.js from 1.77.3 to 1.91.7

Bump @solana/web3.js from 1.77.3 to 1.91.7 #12

Workflow file for this run

name: Continuous Integration
on:
pull_request:
push:
branches: [master]
jobs:
ci:
runs-on: ubuntu-latest
steps:
- name: Check out repository code
uses: actions/checkout@v3
scan:
needs: ci
if: github.event_name == 'pull_request'
uses: circlefin/circle-public-github-workflows/.github/workflows/pr-scan.yaml@v1
release-sbom:
needs: ci
if: github.event_name == 'push'
uses: circlefin/circle-public-github-workflows/.github/workflows/attach-release-assets.yaml@v1