Skip to content

Commit

Permalink
fix: pipeline workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
yordan-kanchelov committed Dec 28, 2023
1 parent 01dabcb commit a1e418f
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/build-and-lint.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
name: Windows build
name: Build and Lint

on: [push, pull_request]

jobs:
build:
runs-on: [windows-latest, macos-latest, ubuntu-latest]

strategy:
matrix:
os: [windows-latest, macos-latest, ubuntu-latest]
node-version: [20.x]

runs-on: ${{ matrix.os }}

steps:
- uses: actions/checkout@v1
- name: Use Node.js ${{ matrix.node-version }}
Expand Down

0 comments on commit a1e418f

Please sign in to comment.