Skip to content

chore(deps): update dependency @types/node to v20.4.5 (#152) #56

chore(deps): update dependency @types/node to v20.4.5 (#152)

chore(deps): update dependency @types/node to v20.4.5 (#152) #56

Workflow file for this run

name: release
on:
push:
branches:
- master # change to main if needed
jobs:
stable:
uses: the-guild-org/shared-config/.github/workflows/release-stable.yml@main
with:
releaseScript: release # script to run as part of publish command
nodeVersion: 18.17.0 # you can change if needed

Check failure on line 12 in .github/workflows/release.yml

View workflow run for this annotation

GitHub Actions / release

Invalid workflow file

The workflow is not valid. .github/workflows/release.yml (Line: 12, Col: 20): Unexpected value '18.17.0'
secrets:
githubToken: ${{ secrets.GITHUB_TOKEN }}
npmToken: ${{ secrets.NPM_TOKEN }}