Skip to content

Update dependency @kristiandupont/dev-deps to v2.9.0 #1076

Update dependency @kristiandupont/dev-deps to v2.9.0

Update dependency @kristiandupont/dev-deps to v2.9.0 #1076

Workflow file for this run

name: Pull Requests
on: [pull_request]
jobs:
build:
runs-on: ubuntu-latest
timeout-minutes: 5
strategy:
matrix:
node-version: [16.x]
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- run: npm install
- run: npm run lint
- run: npm test
- run: npm run build
env:
CI: true