Skip to content

Commit

Permalink
Update the CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
eilvelia committed Apr 19, 2024
1 parent 254dc4d commit 615b69a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@ name: CI
on: [push, pull_request]
jobs:
build-and-test:
name: 'Test (Node v${{ matrix.node }} on ${{ matrix.os }})'
name: 'Test / Node v${{ matrix.node }} / ${{ matrix.os }})'
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os:
- ubuntu-latest
- macos-latest
- windows-2019
- windows-latest
node:
- 20
include:
Expand Down

0 comments on commit 615b69a

Please sign in to comment.