Skip to content

Commit

Permalink
Merge pull request #368 from mattreim/master
Browse files Browse the repository at this point in the history
Update package and remove node-version: 16.x
  • Loading branch information
Jey-Cee authored May 8, 2024
2 parents 6e88c8b + 07775c4 commit 2088207
Show file tree
Hide file tree
Showing 3 changed files with 672 additions and 4,376 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:
- '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: [16.x, 18.x, 20.x]
node-version: [18.x, 20.x]
os: [ubuntu-latest, windows-latest, macos-latest]

steps:
Expand Down
Loading

0 comments on commit 2088207

Please sign in to comment.