Skip to content

chore(deps): bump @iota/sdk from 1.1.3 to 1.1.4 in /packages/shared #12679

chore(deps): bump @iota/sdk from 1.1.3 to 1.1.4 in /packages/shared

chore(deps): bump @iota/sdk from 1.1.3 to 1.1.4 in /packages/shared #12679

Workflow file for this run

name: Test
on:
pull_request:
push:
branches:
- 'develop'
jobs:
shared:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- name: Setup Node.js
uses: actions/setup-node@v2
with:
node-version: 18.15.0
- name: Install Dependencies
run: yarn --ignore-scripts
- name: Test
run: yarn test:shared