Skip to content

Bump the js-packages group across 1 directory with 25 updates #869

Bump the js-packages group across 1 directory with 25 updates

Bump the js-packages group across 1 directory with 25 updates #869

Workflow file for this run

name: Test Build
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: 14
- name: Install dependencies
run: yarn install
- name: Build
run: yarn build
- name: Test
run: yarn test --passWithNoTests