Skip to content

fix: update $ replace with global regexp (#54) #19

fix: update $ replace with global regexp (#54)

fix: update $ replace with global regexp (#54) #19

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