Skip to content

Bump @types/node from 20.3.2 to 20.3.3 #5001

Bump @types/node from 20.3.2 to 20.3.3

Bump @types/node from 20.3.2 to 20.3.3 #5001

Workflow file for this run

name: Jest
on:
pull_request_target:
branches: [main]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
ref: ${{ github.event.pull_request.head.sha }}
- uses: actions/setup-node@v3.6.0
with:
node-version: "18"
- run: npm ci
- run: npm run build --if-present
- run: npm test