📁 File Manager Pro
v10.0.3 | PHP: 8.2.31
Server: LiteSpeed
2026-06-29 12:28:06
📂
/ (Root)
/
home
/
orkouolp
/
nodevenv
/
node_js
/
orkofarms.com
/
18
/
lib
/
node_modules
/
stream-shift
/
.github
/
workflows
📍 /home/orkouolp/nodevenv/node_js/orkofarms.com/18/lib/node_modules/stream-shift/.github/workflows
🔄 Refresh
✏️
Editing: test.yml
Writable
name: Build Status on: push: branches: - master pull_request: branches: - master jobs: build: strategy: matrix: node-version: [lts/*] os: [ubuntu-latest, macos-latest, windows-latest] runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v3 - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@v3 with: node-version: ${{ matrix.node-version }} - run: npm install - run: npm test
💾 Save Changes
❌ Cancel