Skip to content

fix(deps): update dependency @actions/exec to v3 #603

fix(deps): update dependency @actions/exec to v3

fix(deps): update dependency @actions/exec to v3 #603

Workflow file for this run

name: CI
on:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-node@v6
with:
cache: yarn
node-version-file: ".nvmrc"
- run: yarn install
- run: yarn build
- run: yarn test