Skip to content

Commit

Permalink
Remove 18 from build.yml, add for prs against dev
Browse files Browse the repository at this point in the history
  • Loading branch information
Jon Staab committed Oct 29, 2024
1 parent ab7146f commit 30d9764
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@ name: Build

on:
push:
branches: [ "master" ]
branches: [ "master", "dev" ]
pull_request:
branches: [ "master" ]
branches: [ "master", "dev" ]

jobs:
build:
runs-on: ubuntu-latest

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

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

0 comments on commit 30d9764

Please sign in to comment.