Skip to content

Bump @types/node from 22.9.3 to 22.10.1 in the npm-development group #110

Bump @types/node from 22.9.3 to 22.10.1 in the npm-development group

Bump @types/node from 22.9.3 to 22.10.1 in the npm-development group #110

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