Skip to content

refactor: Altera versão do artifact #8

refactor: Altera versão do artifact

refactor: Altera versão do artifact #8

Workflow file for this run

name: "Tester ⚗️"
on: [push]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18, 20, 22]
steps:
- name: 📚 Checkout
uses: actions/checkout@v2
- name: 🟢 Setup Node
uses: actions/[email protected]
with:
node-version: ${{ matrix.node-version }}
- name: 🔧 Install dependencies
run: npm install
- name: 🚀 Run tests with coverage
run: npx vitest run --coverage
- name: 📊 Upload coverage report
if: always()
uses: actions/upload-artifact@v2
with:
name: coverage-report
path: coverage/