Skip to content

chore(deps-dev): bump eslint-config-next from 14.0.2 to 14.0.3 (#822) #910

chore(deps-dev): bump eslint-config-next from 14.0.2 to 14.0.3 (#822)

chore(deps-dev): bump eslint-config-next from 14.0.2 to 14.0.3 (#822) #910

Workflow file for this run

name: release
env:
NODE_OPTIONS: --max-old-space-size=4096
on:
push:
branches:
- master
permissions: write-all
jobs:
stable:
uses: the-guild-org/shared-config/.github/workflows/release-stable.yml@main
with:
releaseScript: release
nodeVersion: 20
secrets:
githubToken: ${{ secrets.GITHUB_TOKEN }}
npmToken: ${{ secrets.NODE_AUTH_TOKEN }}