Skip to content

⬆️ Bump nodemon from 2.0.20 to 3.0.1 #447

⬆️ Bump nodemon from 2.0.20 to 3.0.1

⬆️ Bump nodemon from 2.0.20 to 3.0.1 #447

Workflow file for this run

name: NodeJS with Webpack
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [12.x, 14.x, 16.x]
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/[email protected]
with:
node-version: ${{ matrix.node-version }}
- name: Download Libraries
run: yarn
- name: Build
run: yarn build