Skip to content

Bump yaml from 2.6.0 to 2.6.1 in the npm-production group #108

Bump yaml from 2.6.0 to 2.6.1 in the npm-production group

Bump yaml from 2.6.0 to 2.6.1 in the npm-production group #108

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