Chore(deps-dev): Bump @swc/core from 1.7.39 to 1.7.40 #683
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: CI | |
on: pull_request | |
jobs: | |
check: | |
name: Automated checks | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- name: Setup environment | |
uses: actions/[email protected] | |
with: | |
node-version: '18' | |
- name: Install dependencies | |
run: yarn install --immutable | |
- name: Lint files | |
run: yarn lint | |
- name: Run tests | |
run: yarn test:ci | |
- name: Run build | |
run: yarn build |