Skip to content

Bump @types/node from 20.8.8 to 20.8.9 #629

Bump @types/node from 20.8.8 to 20.8.9

Bump @types/node from 20.8.8 to 20.8.9 #629

Workflow file for this run

name: Tests
on:
pull_request:
branches:
- 'main'
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
test:
permissions: write-all
runs-on: ubuntu-latest
steps:
-
name: Checkout
uses: actions/checkout@v4
-
name: Run tests
run : |
yarn install
yarn test
env:
GITHUB_TOKEN: ${{ secrets.TEST_GITHUB_TOKEN }}
- name: Dump context
uses: crazy-max/[email protected]