Skip to content

build(deps): bump @actions/core from 1.11.1 to 2.0.1 #386

build(deps): bump @actions/core from 1.11.1 to 2.0.1

build(deps): bump @actions/core from 1.11.1 to 2.0.1 #386

Workflow file for this run

name: "units-test"
on:
pull_request:
jobs:
units:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Node.js
id: setup-node
uses: actions/setup-node@v4
with:
node-version-file: package.json
cache: npm
- run: npm ci
- run: npm test
- run: npm run lint
- run: npm run typecheck
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
RELEASE_PREFIX: "Release Note"