Skip to content

thirdweb sdk version bump #33

thirdweb sdk version bump

thirdweb sdk version bump #33

Workflow file for this run

name: Build
on: pull_request
jobs:
build:
runs-on: ubuntu-24.04
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
ref: ${{ github.ref }}
- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: "18"
cache: "yarn"
- name: Install dependencies
run: yarn install
- name: Run build
run: yarn build