Skip to content

chore(deps): update github/codeql-action action to v3.27.5 #315

chore(deps): update github/codeql-action action to v3.27.5

chore(deps): update github/codeql-action action to v3.27.5 #315

Workflow file for this run

name: test
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.x]
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
with:
node-version: ${{ matrix.node-version }}
- run: npm install
- name: audit
run: npm audit --production
if: ${{ github.actor != 'dependabot[bot]' && github.actor != 'renovate[bot]' }}
- name: Run scripts
run: |
npm run lint
npm test