Skip to content

Merge pull request #24 from getsentry/iw/node-20 #55

Merge pull request #24 from getsentry/iw/node-20

Merge pull request #24 from getsentry/iw/node-20 #55

Workflow file for this run

name: test
on:
push:
branches:
- main
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '>=20'
- run: yarn install
- run: yarn build
- run: yarn lint
- run: yarn test