⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.101
Server IP:
178.33.27.10
Server:
Linux cpanel.dev-unit.com 3.10.0-1160.119.1.el7.x86_64 #1 SMP Tue Jun 4 14:43:51 UTC 2024 x86_64
Server Software:
Apache/2.4.62 (Unix) OpenSSL/1.0.2k-fips
PHP Version:
8.2.25
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
proc
/
self
/
root
/
opt
/
nvm
/
.github
/
workflows
/
View File Name :
latest-npm.yml
name: 'Tests: `nvm install-latest-npm`' on: [pull_request, push] jobs: nodes: name: 'nvm install-latest-npm' runs-on: ubuntu-latest strategy: matrix: node-version: - "11" - "10" - "9" - "9.2" - "9.1" - "9.0" - "8" - "7" - "6" - "6.1" - "5" - "5.9" - "4" - "4.6" - "4.5" - "4.4" - "3" - "2" - "1" - "0.12" - "0.10" steps: - uses: actions/checkout@v2 - uses: ljharb/actions/node/run@main name: 'nvm install-latest-npm' with: node-version: ${{ matrix.node-version }} skip-ls-check: true skip-install: true shell-command: 'npm --version' node: name: 'nvm install-latest-npm' needs: [nodes] runs-on: ubuntu-latest steps: - run: 'echo tests completed'