Skip to content

chore(deps-dev): Bump lint-staged from 15.4.1 to 15.4.2 #310

chore(deps-dev): Bump lint-staged from 15.4.1 to 15.4.2

chore(deps-dev): Bump lint-staged from 15.4.1 to 15.4.2 #310

Workflow file for this run

name: Release
on:
push:
branches:
- main
jobs:
release:
name: Release
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v1
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: latest
- name: Install dependencies
run: yarn --frozen-lockfile --ignore-scripts
- name: Lint
run: yarn prettier --check "./**/*.{js,md}"
- name: Jest
run: NODE_OPTIONS=--experimental-vm-modules yarn jest
- name: Release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_NPM_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_NPM_CONFIG_REGISTRY: https://npm.pkg.github.com/
PUBLIC_NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
PUBLIC_NPM_CONFIG_REGISTRY: https://registry.npmjs.org/
run: yarn semantic-release