Skip to content

chore(deps): update dependency zigbee-herdsman-converters to ~15.132.0 #2354

chore(deps): update dependency zigbee-herdsman-converters to ~15.132.0

chore(deps): update dependency zigbee-herdsman-converters to ~15.132.0 #2354

Workflow file for this run

# This workflow will do a clean install of node dependencies, cache/restore them, build the source code and run tests across different versions of node
# 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: [ dev ]
pull_request:
branches: [ dev ]
env:
NPM_TOKEN: ${{secrets.NPM_TOKEN}}
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v2
name: Install pnpm
id: pnpm-install
with:
version: 7
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: '16'
cache: pnpm
- run: pnpm install --frozen-lockfile
- run: pnpm build