Skip to content

Commit

Permalink
Merge pull request #27 from aminya/deps
Browse files Browse the repository at this point in the history
Allow installation via npm + update dependencies
  • Loading branch information
aminya authored Nov 21, 2024
2 parents acaca0e + 6c0a449 commit 8e18b60
Show file tree
Hide file tree
Showing 8 changed files with 7,089 additions and 12,621 deletions.
19 changes: 10 additions & 9 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,28 +5,29 @@ on:

jobs:
Test:
if: "!contains(github.event.head_commit.message, '[skip ci]')"
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os:
- ubuntu-latest
- macos-latest
- macos-13 # x86
- windows-latest
node_version:
- 10
- 12
- 14
architecture:
- x64
- 20
- 22
include:
- os: macos-14 # arm
node-version: 16
- os: macos-14 # arm
node-version: 22
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- uses: actions/setup-node@v2
- uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node_version }}
architecture: ${{ matrix.architecture }}

- name: Install dependencies
run: npm install
Expand Down
Loading

0 comments on commit 8e18b60

Please sign in to comment.