Skip to content

Bump ip from 2.0.0 to 2.0.1 #9

Bump ip from 2.0.0 to 2.0.1

Bump ip from 2.0.0 to 2.0.1 #9

Workflow file for this run

name: Build
on: [pull_request, push]
concurrency:
cancel-in-progress: true
group: build-${{ github.ref }}
jobs:
build:
name: Build and export
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: "20"
cache: "yarn"
- name: Install dependencies
run: |
yarn --immutable
- name: Build and export
run: |
yarn build