Skip to content

Add 11.x integration test (#21) #33

Add 11.x integration test (#21)

Add 11.x integration test (#21) #33

Workflow file for this run

name: npm
on:
workflow_dispatch:
pull_request:
branches:
- main
paths-ignore:
- '**.md'
push:
branches:
- main
paths-ignore:
- '**.md'
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: 12.x
- run: npm ci
- run: npm test