Skip to content

Bump actions/setup-node from 4.2.0 to 4.4.0 in the actions-dependencies group #185

Bump actions/setup-node from 4.2.0 to 4.4.0 in the actions-dependencies group

Bump actions/setup-node from 4.2.0 to 4.4.0 in the actions-dependencies group #185

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@v4
- name: Unit test
run: |
npm install
npm run test