Skip to content

ci(deps): bump azure/aks-set-context from 3 to 4 #747

ci(deps): bump azure/aks-set-context from 3 to 4

ci(deps): bump azure/aks-set-context from 3 to 4 #747

Workflow file for this run

name: Node.js CI
on:
pull_request:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
test:
if: ${{ github.actor != 'dependabot'}}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup node
uses: actions/setup-node@v3
with:
node-version: 16.x
cache: npm
- run: npm install
- run: npm run test:unit:ci