Skip to content

Bump @types/node from 22.10.5 to 22.10.7 #1430

Bump @types/node from 22.10.5 to 22.10.7

Bump @types/node from 22.10.5 to 22.10.7 #1430

Workflow file for this run

name: Coverage
on: [ push ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Set up Node
uses: actions/setup-node@v4
with:
node-version: '20.x'
registry-url: 'https://registry.npmjs.org'
- name: Install Node Modules
run: npm install
- name: Test
run: npm run test
- uses: codecov/codecov-action@v5
with:
token: ${{ secrets.CODECOV_TOKEN }}