Skip to content

v1.0.7

v1.0.7 #32

Workflow file for this run

name: 'Tests: node.js: native'
on: [pull_request, push]
jobs:
tests:
uses: ljharb/actions/.github/workflows/node.yml@main
with:
range: '>= 12'
type: majors
command: npm run test:native
node:
name: 'node, native tests'
needs: [tests]
runs-on: ubuntu-latest
steps:
- run: 'echo tests completed'