Skip to content

Commit

Permalink
beta: 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
andycall committed Jan 13, 2025
1 parent 68f7e18 commit 17d4298
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/npm-publish-beta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
prebuild:
strategy:
matrix:
os: [windows-2022, ubuntu-latest, macos-12, macos-14]
os: [windows-2022, ubuntu-latest, macos-14]
node: [16]
runs-on: ${{ matrix.os }}
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
prebuild:
strategy:
matrix:
os: [windows-2022, ubuntu-latest, macos-12, macos-14]
os: [windows-2022, ubuntu-latest, macos-14]
node: [16]
runs-on: ${{ matrix.os }}
env:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openwebf/wbc",
"version": "0.5.0",
"version": "0.5.0-beta",
"description": "The WBC file generator",
"main": "index.js",
"bin": {
Expand Down

0 comments on commit 17d4298

Please sign in to comment.