Skip to content

chore(deps): update dependency @antfu/eslint-config to ^3.8.0 #2

chore(deps): update dependency @antfu/eslint-config to ^3.8.0

chore(deps): update dependency @antfu/eslint-config to ^3.8.0 #2

Workflow file for this run

# This workflow will run tests using node and then publish a package to GitHub Packages when a release is created
# For more information see: https://help.github.com/actions/language-and-framework-guides/publishing-nodejs-packages
name: test-unit
on: pull_request
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install Pnpm
uses: pnpm/action-setup@v4
with:

Check failure on line 16 in .github/workflows/test-unit.yml

View workflow run for this annotation

GitHub Actions / test-unit

Invalid workflow file

The workflow is not valid. .github/workflows/test-unit.yml (Line: 16, Col: 14): Unexpected value ''
- name: Node
uses: actions/setup-node@v4
with:
node-version: 20
cache: pnpm
- name: Run test
run: |
node -v
pnpm -v
pnpm install
pnpm run test