Skip to content

chore: fix ci script #17

chore: fix ci script

chore: fix ci script #17

Workflow file for this run

name: Github Actions
on: [push]
jobs:
node:
timeout-minutes: 10
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 20
- run: npm ci
- run: npm run cut-release