Skip to content

Bump stellar-sdk from 10.4.1 to 11.2.2 #104

Bump stellar-sdk from 10.4.1 to 11.2.2

Bump stellar-sdk from 10.4.1 to 11.2.2 #104

Workflow file for this run

name: Test module
on:
workflow_dispatch:
push:
branches: [ develop ]
pull_request:
jobs:
build:
name: CI
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [ 16.x ]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- run: npm install
- run: npm run test