Skip to content
This repository has been archived by the owner on Jul 29, 2023. It is now read-only.

Bump vm2 from 3.9.13 to 3.9.16 #66

Bump vm2 from 3.9.13 to 3.9.16

Bump vm2 from 3.9.13 to 3.9.16 #66

Workflow file for this run

name: NPM Package
on: push
jobs:
publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 14
registry-url: https://registry.npmjs.org/
- run: npm ci
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}