Skip to content

fix: upgrade eslint-plugin-sonarjs from 0.23.0 to 0.25.1 #90

fix: upgrade eslint-plugin-sonarjs from 0.23.0 to 0.25.1

fix: upgrade eslint-plugin-sonarjs from 0.23.0 to 0.25.1 #90

Workflow file for this run

name: Run Jest tests
on:
push:
pull_request:
jobs:
test:
name: Tests
runs-on: ubuntu-latest
steps:
- name: "☁️ checkout repository"
uses: actions/checkout@v4
- name: "🔧 setup node"
uses: actions/setup-node@v3
with:
node-version: 20
cache: "npm"
- name: "🔍 run tests"
run: npm test