Skip to content

test: run test on github action (#163) #11

test: run test on github action (#163)

test: run test on github action (#163) #11

Workflow file for this run

name: Continuous Integration for 4.x
on:
push:
branches: [ 4.x ]
pull_request:
branches: [ 4.x ]
jobs:
Job:
name: Node.js
uses: node-modules/github-actions/.github/workflows/node-test.yml@master
with:
os: 'ubuntu-latest'
version: '12, 14, 16, 18, 20, 22'
secrets:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}