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

Bump lodash from 4.17.21 to 4.17.23 #21

Bump lodash from 4.17.21 to 4.17.23

Bump lodash from 4.17.21 to 4.17.23 #21

name: CI
on:
push:
branches:
- '**' # matches every branch
- '!main' # excludes main
jobs:
build:
name: Build & Publish Next
runs-on: ubuntu-latest
env:
NPM_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}
steps:
- uses: actions/checkout@v2.0.0
- run: |
echo "//registry.yarnpkg.com/:_authToken=$NPM_TOKEN" >>~/.npmrc
yarn install
yarn build
yarn publish --tag next --new-version $(cat package.json | jq -r .version)-$(date +%s) --non-interactive --no-git-tag-version