Skip to content

chore(deps): update actions/setup-node action to v4.0.2 #388

chore(deps): update actions/setup-node action to v4.0.2

chore(deps): update actions/setup-node action to v4.0.2 #388

Workflow file for this run

name: Automated tests
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: actions/[email protected]
with:
node-version: 20
cache: yarn
- name: Build
run: |
yarn install
yarn build
- name: Unit tests
run: yarn test
- name: Knip
run: yarn knip