Skip to content

fix: 处理 glob、lru-cache 等 patch 版本升级 node 依赖的问题 (#253) #136

fix: 处理 glob、lru-cache 等 patch 版本升级 node 依赖的问题 (#253)

fix: 处理 glob、lru-cache 等 patch 版本升级 node 依赖的问题 (#253) #136

Workflow file for this run

name: Release
on:
push:
branches: [ master ]
jobs:
release:
name: Node.js
uses: cnpm/github-actions/.github/workflows/node-release.yml@master
secrets:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
GIT_TOKEN: ${{ secrets.GIT_TOKEN }}