We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Concepts
Dependencies
Hint This page has a config https://github.com/sonatype-nexus-community/example-auditjs-repo/blob/master/.github/workflows/nodejs.yml
name: Node CI on: [push] jobs: build: runs-on: ubuntu-latest strategy: matrix: node-version: [8.x, 10.x, 12.x] steps: - uses: actions/checkout@v1 - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@v1 with: node-version: ${{ matrix.node-version }} - name: npm install, build, and test run: | npm ci npm run build --if-present npm test env: CI: true - name: run auditjs run: | npx auditjs@beta ossi
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Concepts
Dependencies
Hint
This page has a config https://github.com/sonatype-nexus-community/example-auditjs-repo/blob/master/.github/workflows/nodejs.yml
The text was updated successfully, but these errors were encountered: