Skip to content

Commit

Permalink
Update test-and-release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mcm1957 committed Jun 6, 2024
1 parent e6dfdb7 commit 7a3e614
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ name: Test and Release
on:
push:
branches:
- "main"
- "master"
tags:
# normal versions
- "v[0-9]+.[0-9]+.[0-9]+"
Expand Down Expand Up @@ -40,7 +40,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
node-version: [18.x, 20.x]
node-version: [18.x, 20.x, 22.x]
os: [ubuntu-latest, windows-latest, macos-latest]

steps:
Expand Down

0 comments on commit 7a3e614

Please sign in to comment.