Skip to content

Workflow file for this run

name: Node Continuous Integration
on: push
jobs:
build-node:
name: Build Node
runs-on: ubuntu-latest
container: node:20.8.0
steps:
- run: node --version
- run: npm --version
- uses: actions/checkout@v4
- run: dir