Skip to content

Bump tmp from 0.2.5 to 0.2.7 #111

Bump tmp from 0.2.5 to 0.2.7

Bump tmp from 0.2.5 to 0.2.7 #111

Workflow file for this run

name: Project Build
on:
push:
branches: [staging, master]
pull_request:
branches: [staging]
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [12.x, 14.x, 16.x]
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
cache: "npm"
- run: npm ci
- run: npm run build --if-present