Skip to content

fix(deps): update rust crate swc_core to v5.0.4 #1475

fix(deps): update rust crate swc_core to v5.0.4

fix(deps): update rust crate swc_core to v5.0.4 #1475

Workflow file for this run

name: build and test
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.x, 20.x]
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
cache: "yarn"
- run: yarn install --immutable
- run: yarn build
- run: yarn test
- run: yarn lint
- run: yarn fmt:check