Skip to content

chore(deps-dev): bump @actions/github from 5.1.1 to 6.0.0 #32

chore(deps-dev): bump @actions/github from 5.1.1 to 6.0.0

chore(deps-dev): bump @actions/github from 5.1.1 to 6.0.0 #32

Workflow file for this run

name: Node.js CI
on:
pull_request:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16.x]
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- name: Install dependencies
run: npm ci
- name: Run tests
run: npm run test
env:
CI: true