Skip to content

Bump actions/setup-node from 3.7.0 to 4.0.2 #90

Bump actions/setup-node from 3.7.0 to 4.0.2

Bump actions/setup-node from 3.7.0 to 4.0.2 #90

Workflow file for this run

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