Skip to content

Commit 14c9ae3

Browse files
committed
jfc yaml is a disaster of a language
1 parent 87071f2 commit 14c9ae3

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,8 @@ jobs:
2121
with:
2222
node-version: 12.x
2323

24-
- name: Install Dependencies
25-
- run: npm install -g pnpm
26-
- run: pnpm install --frozen-lockfile
24+
- run: npm install -g pnpm
25+
- run: pnpm install --frozen-lockfile
2726

2827
- name: Create Release Pull Request or Publish to npm
2928
id: changesets

0 commit comments

Comments
 (0)