Skip to content

build(deps): bump @sentry/node from 7.76.0 to 7.91.0 #219

build(deps): bump @sentry/node from 7.76.0 to 7.91.0

build(deps): bump @sentry/node from 7.76.0 to 7.91.0 #219

Workflow file for this run

name: Test TypeScript types
on: [push, pull_request]
jobs:
tsc:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: 20.x

Check failure on line 11 in .github/workflows/test-tsc.yml

View workflow run for this annotation

GitHub Actions / Test TypeScript types

Invalid workflow file

The workflow is not valid. .github/workflows/test-tsc.yml (Line: 11, Col: 23): Unexpected value '20.x'
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
cache: yarn
cache-dependency-path: yarn.lock
node-version: ${{ matrix.node-version }}
- name: Install dependencies
run: yarn install --immutable
- name: Run lint
run: yarn test-tsc