Skip to content

chore: 🔖update package.json version to 0.1.0 #2

chore: 🔖update package.json version to 0.1.0

chore: 🔖update package.json version to 0.1.0 #2

Workflow file for this run

name: Build
on:
push:
tags:
- 'v[0-9]+.[0-9]+.[0-9]+'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 20
- run: npm ci
- run: npm run build
- uses: actions/upload-artifact@v1
with:
name: build
path: build