Skip to content

CI node fix

CI node fix #383

Workflow file for this run

name: pr
on:
pull_request:
branches:
- master
jobs:
dependencies:
uses: the-guild-org/shared-config/.github/workflows/changesets-dependencies.yaml@main
secrets:
githubToken: ${{ secrets.GUILD_BOT_TOKEN }}
release:
uses: the-guild-org/shared-config/.github/workflows/release-snapshot.yml@main
with:
npmTag: alpha
buildScript: build
nodeVersion: '18.17.0'

Check failure on line 18 in .github/workflows/pr.yml

View workflow run for this annotation

GitHub Actions / pr

Invalid workflow file

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