Skip to content

Update dependency next to v15 [SECURITY] #246

Update dependency next to v15 [SECURITY]

Update dependency next to v15 [SECURITY] #246

Workflow file for this run

name: pr
on:
pull_request:
jobs:
release:
uses: the-guild-org/shared-config/.github/workflows/release-snapshot.yml@main
with:
npmTag: alpha
buildScript: build
nodeVersion: 18
packageManager: pnpm
secrets:
githubToken: ${{ secrets.GITHUB_TOKEN }}
npmToken: ${{ secrets.NPM_TOKEN }}