File: node-tens.yml

package info (click to toggle)
node-to-buffer 1.2.1%2B~cs4.3.9-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 596 kB
  • sloc: javascript: 335; makefile: 4
file content (21 lines) | stat: -rw-r--r-- 359 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
name: 'Tests: node.js 10 - 20'

on: [pull_request, push]

permissions:
  contents: read

jobs:
  tests:
    uses: ljharb/actions/.github/workflows/node.yml@main
    with:
      range: '>= 10 < 20'
      type: minors
      command: npm run tests-only

  node:
    name: 'node 10 - 20'
    needs: [tests]
    runs-on: ubuntu-latest
    steps:
      - run: true