Skip to content

Feat/core id creation logic #1

Feat/core id creation logic

Feat/core id creation logic #1

Workflow file for this run

# .github/workflows/test.yml
name: Tests [W3ID]
on:
push:
paths:
- 'infrastructure/w3id/**'
pull_request:
paths:
- 'infrastructure/w3id/**'
jobs:
test:
runs-on: ubuntu-latest
strategy:
node-version: 22

Check failure on line 17 in .github/workflows/tests-w3id.yml

View workflow run for this annotation

GitHub Actions / Tests [W3ID]

Invalid workflow file

The workflow is not valid. .github/workflows/tests-w3id.yml (Line: 17, Col: 7): Unexpected value 'node-version'
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Set up Node.js 22
uses: actions/setup-node@v4
with:
node-version: 22
cache: 'pnpm'
- name: Install pnpm
run: npm install -g pnpm
- name: Install dependencies
run: pnpm install
- name: Run tests
run: pnpm test