Skip to content

Bump @types/node from 20.14.0 to 20.14.2 in the npm-development group #75

Bump @types/node from 20.14.0 to 20.14.2 in the npm-development group

Bump @types/node from 20.14.0 to 20.14.2 in the npm-development group #75

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