Skip to content

Bump the npm-development group across 1 directory with 2 updates #81

Bump the npm-development group across 1 directory with 2 updates

Bump the npm-development group across 1 directory with 2 updates #81

Workflow file for this run

name: Test Action
on:
pull_request:
branches:
- "main"
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: install nodejs
uses: actions/setup-node@v4
with:
node-version: "20"
cache: "npm"
- name: Install dependencies
run: npm ci
- name: Test Action
run: npm run test