diff options
| author | XhmikosR <[email protected]> | 2020-04-28 18:06:03 +0300 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-04-28 18:06:03 +0300 |
| commit | 06c3c144b6c64be3cd779e8021d534048225f8a1 (patch) | |
| tree | feb605935abe0eaca5c4508a1f0b3affea5b01c3 /.github/workflows | |
| parent | acaa44cc0e956fd1903a6d4b089accf074fde044 (diff) | |
| download | bootstrap-06c3c144b6c64be3cd779e8021d534048225f8a1.tar.xz bootstrap-06c3c144b6c64be3cd779e8021d534048225f8a1.zip | |
CI: remove no longer needed steps (#30674)
The latest `actions/setup-node` prints this info by default
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/test.yml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index fb2474811..02ce6d19d 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -22,8 +22,6 @@ jobs: with: node-version: ${{ matrix.node }} - - run: node --version - - run: npm --version - run: java -version - name: Set up npm cache |
