Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

ci: running ci on something newer than node 16 #370

ci: running ci on something newer than node 16

ci: running ci on something newer than node 16 #370

Workflow file for this run

name: CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v4
node-version:

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

View workflow run for this annotation

GitHub Actions / CI

Invalid workflow file

The workflow is not valid. .github/workflows/ci.yml (Line: 12, Col: 9): Unexpected value 'node-version'
- lts/*
- run: npm ci
- run: npm test