Skip to content

Update the Frida version for the test to 16.6.6 #161

Update the Frida version for the test to 16.6.6

Update the Frida version for the test to 16.6.6 #161

Workflow file for this run

name: linting
on: [push, pull_request]
jobs:
eslint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
- run: npm install
- run: npm run lint