Skip to content

Merge pull request #459 from xt0rted/dependabot/npm_and_yarn/types/no… #818

Merge pull request #459 from xt0rted/dependabot/npm_and_yarn/types/no…

Merge pull request #459 from xt0rted/dependabot/npm_and_yarn/types/no… #818

Workflow file for this run

name: CI
on:
pull_request:
push:
branches:
- main
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
env:
FORCE_COLOR: 3
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node:
- 20
- 22
steps:
- name: Checkout repo
uses: actions/checkout@v4.1.7
- name: Install node
uses: actions/setup-node@v4.0.2
with:
node-version: ${{ matrix.node }}
- run: npm ci
- run: npm run lint
- run: npm run build
- run: npm run package