Skip to content

🔒 Fix Buffer type compatibility in crypto signer #483

🔒 Fix Buffer type compatibility in crypto signer

🔒 Fix Buffer type compatibility in crypto signer #483

Workflow file for this run

# This workflow will do a clean installation of node dependencies, cache/restore them, build the source code and run tests across different versions of node
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-nodejs
name: Build
on:
push:
branches: [ "workspace" ]
pull_request:
branches: [ "workspace" ]
jobs:
prepare:
name: Building Packages
runs-on: ubuntu-latest
outputs:
paths: ${{ steps.paths.outputs.paths }}
steps:
- name: Clone repo
uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v2
with:
bun-version: latest
- run: |
bun i &&
openssl genpkey -algorithm RSA -out privateKey.pem -pkeyopt rsa_keygen_bits:4096 &&
openssl rsa -pubout -in privateKey.pem -out publicKey.pem &&
bun run build.ts