Skip to content

400 to 500 (wrong change) #3

400 to 500 (wrong change)

400 to 500 (wrong change) #3

Workflow file for this run

name: Node.js CI
on:
push:
branches:
- master
pull_request:
jobs:
build:
runs-on: warp-ubuntu-latest-x64-4x
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Setup Node.js
uses: actions/setup-node@v2
with:
node-version: '14'
- name: Install dependencies
run: npm install
- name: Build
run: npm run build
- name: Test
run: npm test