Skip to content

Commit 077fd63

Browse files
committed
Print environment versions
1 parent d0d3571 commit 077fd63

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/swift.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,11 @@ jobs:
1919
steps:
2020
- name: Checkout source code
2121
uses: actions/checkout@v3
22+
- name: Print environment versions
23+
run: |
24+
node --version
25+
npm --version
26+
yarn --version
2227
- name: Install native Rust toolchain and build utilities
2328
run: |
2429
# sudo apt-get purge grub\*

0 commit comments

Comments
 (0)