Skip to content

Commit ecab9f9

Browse files
committed
fix: update vulnerable dependencies
1 parent 44775e7 commit ecab9f9

File tree

3 files changed

+11765
-11826
lines changed

3 files changed

+11765
-11826
lines changed

.github/workflows/release-cli.yml

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,9 @@
11
name: Semantic release (CLI)
22
on:
33
push:
4-
branches:
5-
- main
6-
- next
7-
- beta
8-
- alpha
4+
branches: [main, next, beta, alpha]
95
paths:
10-
- 'cli/**'
6+
- "cli/**"
117
workflow_dispatch:
128

139
jobs:
@@ -25,8 +21,8 @@ jobs:
2521
- name: Setup Node
2622
uses: actions/setup-node@v2
2723
with:
28-
node-version: '16'
29-
cache: 'npm'
24+
node-version: "16"
25+
cache: "npm"
3026
cache-dependency-path: cli/package-lock.json
3127
- name: Install node modules
3228
run: npm ci

0 commit comments

Comments
 (0)