Skip to content

chore(deps): bump @babel/runtime from 7.26.0 to 7.27.0 in /website #478

chore(deps): bump @babel/runtime from 7.26.0 to 7.27.0 in /website

chore(deps): bump @babel/runtime from 7.26.0 to 7.27.0 in /website #478

Workflow file for this run

name: test
# On every pull request, but only on push to master
on:
push:
branches:
- master
pull_request:
permissions:
contents: read
jobs:
test-node:
runs-on: ubuntu-latest
permissions:
checks: write
contents: read
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- uses: volta-cli/action@5c175f92dea6f48441c436471e6479dbc192e194 # v4.2.1
with:
cache: 'yarn'
- name: Install dependencies
run: |
yarn
yarn bootstrap
- name: Build packages
run: yarn build
- name: Run tests
run: |
yarn lint
yarn test