Skip to content

update package version to 0.4.0 #4

update package version to 0.4.0

update package version to 0.4.0 #4

Workflow file for this run

name: CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
env:
NODE_OPTIONS: --experimental-vm-modules
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- name: Use Node.js version
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
with:
node-version: 20.10.0
cache: 'npm'
- run: npm ci
- run: npm run build
- run: npm test