Skip to content

(Sonar) Fixed finding: ""RegExp.exec()" should be preferred over "Str… #375

(Sonar) Fixed finding: ""RegExp.exec()" should be preferred over "Str…

(Sonar) Fixed finding: ""RegExp.exec()" should be preferred over "Str… #375

name: Node.js v20 CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
- name: Use Node.js v20
uses: actions/setup-node@v4
with:
node-version: '20.x'
- run: npm ci
- run: npm run lint
- run: npm test