Skip to content

docs: add details for "pulling code" and "install dependencies" (#5193) #1278

docs: add details for "pulling code" and "install dependencies" (#5193)

docs: add details for "pulling code" and "install dependencies" (#5193) #1278

Workflow file for this run

name: CI
on:
push:
branches: [ master, 2.x, 1.x ]
pull_request:
branches: [ master, 2.x, 1.x ]
workflow_dispatch: {}
jobs:
Job:
name: Node.js
uses: artusjs/github-actions/.github/workflows/node-test.yml@master
with:
os: 'ubuntu-latest, macos-latest, windows-latest'
version: '14, 16, 18, 20'
install: 'npm i -g npminstall && npminstall'