Skip to content

chore(deps): update actions/github-script action to v7 #114

chore(deps): update actions/github-script action to v7

chore(deps): update actions/github-script action to v7 #114

Workflow file for this run

on:
push:
branches:
- main
pull_request:
name: test
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [10.x, 12.x, 14.x]
platform: [ubuntu-latest, macos-latest, windows-latest]
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node }}
- run: node --version
- run: npm install
- run: npm test