Skip to content

Bump the npm-dev-dependencies group with 3 updates #1437

Bump the npm-dev-dependencies group with 3 updates

Bump the npm-dev-dependencies group with 3 updates #1437

Workflow file for this run

name: 'build-test'
on:
pull_request:
branches:
- main
permissions:
pull-requests: read
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Clone git repository
uses: actions/checkout@v4.1.6
- name: Set up Node.js
uses: actions/setup-node@v4.0.2
with:
node-version: '20'
cache: 'npm'
- name: Install dependencies
run: npm ci
- name: Lint, build and test application
run: npm run all
test:
runs-on: ubuntu-latest
steps:
- name: Clone git repository
uses: actions/checkout@v4.1.6
- name: Run action locally
uses: ./
with:
githubToken: ${{ secrets.GITHUB_TOKEN }}
pattern: .*example
trustedAuthors: xalvarez
allowNewFiles: false