Skip to content

Bump ip from 1.1.8 to 1.1.9 in /app #251

Bump ip from 1.1.8 to 1.1.9 in /app

Bump ip from 1.1.8 to 1.1.9 in /app #251

Workflow file for this run

# For more information see: https://help.github.com/actions/language-and-framework-guides/using-nodejs-with-github-actions
name: Node.js CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
defaults:
run:
working-directory: app
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: 16.13.2
- run: npm install
- run: npm test
- run: npm run prod