Skip to content

Bump lodash.template from 4.5.0 to 4.18.1 #15288

Bump lodash.template from 4.5.0 to 4.18.1

Bump lodash.template from 4.5.0 to 4.18.1 #15288

Workflow file for this run

name: CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: ['20']
steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- name: install deps
run: yarn
- name: lint
run: yarn lint
- name: build
run: yarn build