Skip to content

Bump actions/setup-node from 6.0.0 to 6.1.0 in the actions-dependencies group #261

Bump actions/setup-node from 6.0.0 to 6.1.0 in the actions-dependencies group

Bump actions/setup-node from 6.0.0 to 6.1.0 in the actions-dependencies group #261

Workflow file for this run

name: "Test"
permissions:
contents: read
on:
pull_request:
workflow_dispatch:
push:
branches:
- main
- 'releases/*'
jobs:
# test action works running from the graph
test:
runs-on: ubuntu-latest
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
steps:
- uses: actions/checkout@v6
- name: Unit test
run: |
npm install
npm run test