Create New Item
Item Type
File
Folder
Item Name
Search file in folder and subfolders...
Are you sure want to rename?
WIKIPEDIA
/
sandbox
/
node_modules
/
crypto-browserify
/
.github
/
workflows
:
node-aught.yml
Advanced Search
Upload
New Item
Settings
Back
Back Up
Advanced Editor
Save
name: 'Tests: node.js < 10' on: [pull_request, push] jobs: tests: uses: ljharb/actions/.github/workflows/node.yml@main with: range: '>= 0.10 < 10' type: minors command: npm run tests-only skip-ls-check: true