Skip to content

Commit

Permalink
Merge branch 'master' of github.com:SalvatorePreviti/roaring-node
Browse files Browse the repository at this point in the history
  • Loading branch information
SalvatorePreviti committed Sep 17, 2024
2 parents 6d426a1 + caaf2ed commit 12473cd
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
strategy:
matrix:
node-version: ["16.14.0", "18.1.0", "20.9.0", "21.1.0", "22.8.0"]
os: [ubuntu-latest, macos-latest, windows-2019]
os: [ubuntu-latest, macos-13, macos-latest, windows-2019]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/setup-node@v4
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
strategy:
matrix:
node-version: ["16.14.0", "18.1.0", "20.9.0", "21.1.0", "22.8.0"]
os: [ubuntu-20.04, windows-2019, macos-latest]
os: [ubuntu-20.04, windows-2019, macos-13, macos-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/setup-node@v4
Expand All @@ -52,7 +52,7 @@ jobs:
needs: [test, prebuild]
strategy:
matrix:
os: [ubuntu-latest, windows-2019, macos-latest]
os: [ubuntu-20.04, windows-2019, macos-13, macos-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/setup-node@v4
Expand Down
4 changes: 2 additions & 2 deletions scripts/prebuild-local.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,10 @@ async function main() {
const command = process.argv[2];

if (process.argv.includes("--dev")) {
throw new Error("Invalida argument --dev");
throw new Error("Invalid argument --dev");
}
if (process.argv.includes("--no-compile")) {
throw new Error("Invalida argument --no-compile");
throw new Error("Invalid argument --no-compile");
}

console.log(colors.magentaBright("command: ", colors.italic(command) || ""));
Expand Down

0 comments on commit 12473cd

Please sign in to comment.