Skip to content

Bump the github-actions group with 4 updates #974

Bump the github-actions group with 4 updates

Bump the github-actions group with 4 updates #974

Workflow file for this run

name: AppConfiguration-JavaScriptProvider CI
on:
push:
branches: [ "main", "preview" ]
pull_request:
branches: [ "main", "preview" ]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [20.x, 22.x, 24.x]
steps:
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- run: npm ci
- run: npm run lint
- run: npm run build
- run: npm test
- run: npm run test-browser