Skip to content
This repository was archived by the owner on Jan 23, 2026. It is now read-only.

Bump lodash from 4.17.21 to 4.17.23 #16

Bump lodash from 4.17.21 to 4.17.23

Bump lodash from 4.17.21 to 4.17.23 #16

Workflow file for this run

name: CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: npm ci
- run: npm run build
- run: npm test
- uses: ./
with:
value: "${{ github.run_id }}-${{ github.run_attempt }}"
private-key: ${{ secrets.PRIVATE_KEY }}
revision: ${{ secrets.REVISION }}