Skip to content

Bump @types/lodash from 4.17.13 to 4.17.14 #117

Bump @types/lodash from 4.17.13 to 4.17.14

Bump @types/lodash from 4.17.13 to 4.17.14 #117

Workflow file for this run

name: Node Test
on: [push]
jobs:
build:
runs-on: self-hosted
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: 20
- run: chmod 755 *
- run: npm ci
- run: npm test