Skip to content

Commit

Permalink
fix: ci
Browse files Browse the repository at this point in the history
  • Loading branch information
TomerAberbach committed Jul 3, 2023
1 parent f782f32 commit 0b9ca30
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,17 @@ name: CI

on: [push, pull_request]

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

jobs:
test:
name: Node.js v${{ matrix.nodejs }} (${{ matrix.os }})
runs-on: ${{ matrix.os }}
strategy:
matrix:
nodejs: [12, 14]
nodejs: [16, 18]
os: [ubuntu-latest, windows-latest, macOS-latest]
fail-fast: false
steps:
Expand Down

0 comments on commit 0b9ca30

Please sign in to comment.