Skip to content

build(deps): bump msgpackr from 1.10.0 to 1.10.1 in /src-node #323

build(deps): bump msgpackr from 1.10.0 to 1.10.1 in /src-node

build(deps): bump msgpackr from 1.10.0 to 1.10.1 in /src-node #323

name: Phoenix build verification
on:
pull_request:
branches: [ main ]
jobs:
build-tasks:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: setup node
uses: actions/setup-node@v3
with:
node-version: 20
- name: Npm Install
run: |
npm ci
- name: eslint using npm run eslint
run: |
npm run lint
- name: building Phoenix with npm run build
run: |
npm run build