Skip to content

🆙 action: Bump github/codeql-action from 3.26.10 to 3.27.0 #382

🆙 action: Bump github/codeql-action from 3.26.10 to 3.27.0

🆙 action: Bump github/codeql-action from 3.26.10 to 3.27.0 #382

Workflow file for this run

name: test
on:
push:
branches:
- main
paths-ignore:
- '*.md'
pull_request:
branches:
- main
paths-ignore:
- '*.md'
jobs:
test:
runs-on: ubuntu-latest
permissions: read-all
env:
CI: true
strategy:
matrix:
node-version: [20.x]
steps:
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
- uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- run: npm install --ignore-scripts --pure-lockfile
- run: npm run build --if-present
- run: npm run test --if-present