Skip to content

Commit

Permalink
Merge branch 'wavezync:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
lzdyes authored Aug 1, 2024
2 parents 6c68a76 + 17c5dcc commit 926ebdc
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
name: Build

on: [push]
on:
- push
- pull_request

jobs:
build:
runs-on: ubuntu-latest

strategy:
matrix:
node-version: [18.x, 20.x]
node-version: [20.x]

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 926ebdc

Please sign in to comment.