Skip to content

⬆️ Bump @types/node from 20.5.7 to 20.9.3 #38

⬆️ Bump @types/node from 20.5.7 to 20.9.3

⬆️ Bump @types/node from 20.5.7 to 20.9.3 #38

Workflow file for this run

name: Pull Request Checks
on:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 20
cache: 'npm'
- run: npm ci
- name: Build
run: npm run build