Skip to content

Bump msgpackr from 1.6.1 to 1.10.1 #112

Bump msgpackr from 1.6.1 to 1.10.1

Bump msgpackr from 1.6.1 to 1.10.1 #112

Workflow file for this run

name: Node.js Lint
on:
push:
branches: [dev]
pull_request:
branches: [dev]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16.13.x]
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
cache: "yarn"
cache-dependency-path: "yarn.lock"
- name: Install dependencies
run: yarn --immutable
- name: Lint
run: yarn lint