Skip to content

Replace react-scripts with Webpack + Node v18 + update Stellar SDK #458

Replace react-scripts with Webpack + Node v18 + update Stellar SDK

Replace react-scripts with Webpack + Node v18 + update Stellar SDK #458

Workflow file for this run

name: Test and build
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
- run: yarn install
# - run: yarn test:jest
- run: yarn build