Skip to content

Dependency upgrades #421

Dependency upgrades

Dependency upgrades #421

Workflow file for this run

name: Testing
on:
pull_request:
branches:
- master
push:
branches:
- master
jobs:
lint:
name: Linting Check
uses: the-guild-org/shared-config/.github/workflows/lint.yml@main
with:
script: yarn ci:lint
secrets:
githubToken: ${{ secrets.GITHUB_TOKEN }}
prettier-check:
name: 🧹 Prettier Check
runs-on: ubuntu-latest
steps:
- name: Checkout Master
uses: actions/checkout@v3
- name: Setup env
uses: the-guild-org/shared-config/setup@main
with:
nodeVersion: 18.17.0
- name: Prettier Check
run: yarn prettier:check
build:
name: Build and Type Check
uses: the-guild-org/shared-config/.github/workflows/ci.yml@main
with:
nodeVersion: 18.17.0

Check failure on line 37 in .github/workflows/tests.yml

View workflow run for this annotation

GitHub Actions / Testing

Invalid workflow file

The workflow is not valid. .github/workflows/tests.yml (Line: 37, Col: 20): Unexpected value '18.17.0'
script: yarn build