mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-04-07 14:40:57 +00:00
CI: remove no longer needed steps (#30674)
The latest `actions/setup-node` prints this info by default
This commit is contained in:
parent
acaa44cc0e
commit
06c3c144b6
1 changed files with 0 additions and 2 deletions
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
|
@ -22,8 +22,6 @@ jobs:
|
|||
with:
|
||||
node-version: ${{ matrix.node }}
|
||||
|
||||
- run: node --version
|
||||
- run: npm --version
|
||||
- run: java -version
|
||||
|
||||
- name: Set up npm cache
|
||||
|
|
|
|||
Loading…
Reference in a new issue