Skip to content

Bump Version to v2.2.0 #10

Bump Version to v2.2.0

Bump Version to v2.2.0 #10

Workflow file for this run

name: safe-modules
on:
pull_request:
push:
branches: [main]
jobs:
checks:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20.x
cache: yarn
cache-dependency-path: yarn.lock
- run: yarn
- run: yarn build