Skip to content

Changed the order of the "beginners hint" to be more in line with usefulness #351

Changed the order of the "beginners hint" to be more in line with usefulness

Changed the order of the "beginners hint" to be more in line with usefulness #351

Workflow file for this run

name: Node.js CI
on:
push:
branches: [ v14 ]
pull_request:
branches: [ v14 ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js
uses: actions/setup-node@v1
with:
node-version: 18.x
- run: npm i eslint
- run: npm run test