Skip to content

Merge pull request #6 from jonluca/dependabot/npm_and_yarn/semver-6.3.1 #28

Merge pull request #6 from jonluca/dependabot/npm_and_yarn/semver-6.3.1

Merge pull request #6 from jonluca/dependabot/npm_and_yarn/semver-6.3.1 #28

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
build:
strategy:
fail-fast: false
matrix:
node-version: [21.x, "*"]
os: [ubuntu-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
cache: "yarn"
- name: Install dependencies
run: yarn install --frozen-lockfile
- run: yarn typecheck