Skip to content

Build(deps): bump transformers from 4.31.0 to 4.38.0 in /forge #597

Build(deps): bump transformers from 4.31.0 to 4.38.0 in /forge

Build(deps): bump transformers from 4.31.0 to 4.38.0 in /forge #597

Workflow file for this run

name: Test Pipeline
on:
push:
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v3
- name: Install Node v20.x
uses: actions/setup-node@v3
with:
node-version: 20.x
- name: Copy Configurations
run: npm run config:copy
- name: Install Dependencies
run: npm run install:all
- name: Test and Build
run: npm run check:all