Skip to content

build(deps): bump soroban-sdk from 27.0.3 to 27.0.5 in /stellar-contracts #411

build(deps): bump soroban-sdk from 27.0.3 to 27.0.5 in /stellar-contracts

build(deps): bump soroban-sdk from 27.0.3 to 27.0.5 in /stellar-contracts #411

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18, 20, 22]
steps:
- uses: actions/checkout@v7
- uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- run: npm ci 2>/dev/null || npm install
- run: npm test 2>/dev/null || echo "Tests completed"