Skip to content

Bump @types/node from 20.14.11 to 22.13.4 #279

Bump @types/node from 20.14.11 to 22.13.4

Bump @types/node from 20.14.11 to 22.13.4 #279

name: Run Build and Tests on Pull Request
on:
pull_request:
branches:
- main
jobs:
build-and-test:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: '20.8.0'
- name: Install Dependencies
run: npm install
- name: Run Tests
run: npm run test:verbose
- name: Build the Project
run: npm run build:action