Skip to content

Lock file maintenance #260

Lock file maintenance

Lock file maintenance #260

Workflow file for this run

name: ✅ Tests
on:
push:
branches: [master]
jobs:
build:
name: ✅ Test
runs-on: ubuntu-latest
steps:
- name: ⬇️ Checkout project
uses: actions/checkout@v4
- name: 📥 Install NodeJS
uses: actions/setup-node@v4
with:
node-version: 18
- name: 📥 Install dependencies
run: yarn install
- name: 🔎 Pre-Test
run: yarn pretest
- name: 🔎 Test
run: yarn test:ci