Skip to content

Update wallet version v0.2.2 #131

Update wallet version v0.2.2

Update wallet version v0.2.2 #131

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
branches:
- main
env:
GITHUB_USER: ${{ github.actor }}
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: print github user
run: echo $GITHUB_USER
- name: Use Node.js 18.x
uses: actions/setup-node@v3
with:
node-version: 18.x
- name: Install dependencies
run: npm ci
- name: test validation
run: npm run test