Skip to content

Update dependency prettier to v3.4.2 #955

Update dependency prettier to v3.4.2

Update dependency prettier to v3.4.2 #955

Workflow file for this run

name: Node.js CI
on:
pull_request:
branches:
- main
push:
branches:
- main
permissions:
id-token: write
contents: read
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version-file: ".nvmrc"
- run: yarn install
- run: yarn lint
- run: yarn build
- name: "Az CLI login"
uses: azure/login@v2
with:
client-id: ${{ secrets.AZURE_CLIENT_ID }}
tenant-id: ${{ secrets.AZURE_TENANT_ID }}
allow-no-subscriptions: true
- run: yarn test