diff --git a/.github/workflows/fediverse-action.yml b/.github/workflows/fediverse-action.yml deleted file mode 100644 index d0a616da..00000000 --- a/.github/workflows/fediverse-action.yml +++ /dev/null @@ -1,16 +0,0 @@ -# YAML ---- -name: fediverse-action -on: [push] -jobs: - post: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v3 - - id: log - run: echo "::set-output name=message::$(git log --no-merges -1 --oneline)" - - if: "contains(steps.log.outputs.message, 'Release ')" - uses: rzr/fediverse-action@master - with: - access-token: ${{ secrets.MASTODON_ACCESS_TOKEN }} - message: "https://github.com/${{ github.repository }}/commit/${{ steps.log.outputs.message }} ~ #FediVerseAction" diff --git a/.github/workflows/nodepackage.yml b/.github/workflows/nodepackage.yml index 0e81efa7..0363d064 100644 --- a/.github/workflows/nodepackage.yml +++ b/.github/workflows/nodepackage.yml @@ -14,7 +14,7 @@ jobs: strategy: matrix: os: [ubuntu-20.04, ubuntu-latest, macos-latest, windows-2019] - node: [12, 14, 16, 18] + node: [14, 16, 18, 20] steps: - uses: actions/checkout@v3 - uses: actions/setup-node@v3 diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml deleted file mode 100644 index 9bc73b1b..00000000 --- a/.github/workflows/npm-publish.yml +++ /dev/null @@ -1,26 +0,0 @@ -name: npm-publish -on: - push: - branches: - - master # Change this to your default branch -jobs: - npm-publish: - name: npm-publish - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@master - - id: log - run: echo "::set-output name=message::$(git log --no-merges -1 --oneline)" - - if: "contains(steps.log.outputs.message, 'Release ')" - uses: actions/setup-node@master - with: - node-version: 16.0.0 - - if: "contains(steps.log.outputs.message, 'Release ')" - uses: pascalgn/npm-publish-action@1.3.9 - with: # All of these inputs are optional - tag_name: "v%s" - tag_message: "v%s" - commit_pattern: "^Release (\\S+)" - env: # More info about the environment variables in the README - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Leave this as is, it's automatically generated - NPM_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }} # You need to set this in your repo settings diff --git a/prebuilds/darwin-x64+arm64/node.napi.node b/prebuilds/darwin-x64+arm64/node.napi.node new file mode 100755 index 00000000..4feb7316 Binary files /dev/null and b/prebuilds/darwin-x64+arm64/node.napi.node differ diff --git a/prebuilds/darwin-x64/node.napi.node b/prebuilds/darwin-x64/node.napi.node new file mode 100755 index 00000000..91bd2e0d Binary files /dev/null and b/prebuilds/darwin-x64/node.napi.node differ