Skip to content

ci: node version

ci: node version #123

Workflow file for this run

name: Test CI
on: push
permissions:
contents: write # to fetch code (actions/checkout)
jobs:
test:
runs-on: ubuntu-latest
with:

Check failure on line 12 in .github/workflows/test-ci.yml

View workflow run for this annotation

GitHub Actions / Test CI

Invalid workflow file

The workflow is not valid. .github/workflows/test-ci.yml (Line: 12, Col: 5): Unexpected value 'with'
node-version: 20.x
steps:
- name: Checkout repository
uses: actions/checkout@v3 # v3
- name: Install dependencies
run: yarn install --immutable
- name: Build workspaces
run: yarn build
# - name: Run Test
# run: yarn test