Skip to content

Commit

Permalink
update deps and github action
Browse files Browse the repository at this point in the history
  • Loading branch information
Apollon77 authored and rzr committed Jun 20, 2023
1 parent 4bf5580 commit 67cced7
Show file tree
Hide file tree
Showing 3 changed files with 1,439 additions and 1,258 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,20 +11,20 @@ on:

jobs:
build:

runs-on: ubuntu-latest

runs-on: ${{ matrix.os }}
strategy:
matrix:
node-version: [10.x, 12.x]
os: [ubuntu-20.04, ubuntu-latest, macos-latest, windows-2019]
node: [14, 16, 18]

steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
node-version: ${{ matrix.node }}
- name: Install system dependencies
if: ${{ matrix.os == 'ubuntu-latest' }}
run: |
sudo apt -qq update
sudo apt install -y libusb-1.0-0-dev libudev-dev
Expand Down
Loading

0 comments on commit 67cced7

Please sign in to comment.