Skip to content

Commit 9722b83

Browse files
committed
ci: npm release
1 parent c0e5ea3 commit 9722b83

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/pull_request.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,12 @@ jobs:
1313
- name: Setup
1414
uses: ./.github/actions/setup
1515

16+
17+
- name: Check Node & npm version
18+
run: |
19+
node -v
20+
npm -v
21+
1622
- name: Install ktlint & swiftlint
1723
run: |
1824
brew install ktlint

0 commit comments

Comments
 (0)