Skip to content

Fix also form and picture #51

Fix also form and picture

Fix also form and picture #51

name: Node.js Package deletion
on:
push:
branches:
- 'master'
- 'next'
workflow_dispatch:
inputs:
logLevel:
description: 'Log level'
required: true
default: 'warning'
tags:
description: 'Testing node.js package deletion workflow'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/delete-package-versions@v3
with:
package-name: 'data'
min-versions-to-keep: 10
delete-only-pre-release-versions: "true"