Skip to content

Add polyfill to structuredClone and set target node to 13.x #16

Add polyfill to structuredClone and set target node to 13.x

Add polyfill to structuredClone and set target node to 13.x #16

name: Publish package
on:
push:
branches:
- main
jobs:
publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
registry-url: https://registry.npmjs.org/
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{ secrets.npm_publish }}