Skip to content

Test npmjs.com package #1351

Test npmjs.com package

Test npmjs.com package #1351

Workflow file for this run

name: 'Test npmjs.com package'
on:
schedule:
- cron: "0 * * * *" # Every hour
workflow_dispatch:
jobs:
npm:
runs-on: ubuntu-latest
strategy:
matrix:
node: [ '18.x' ]
version: [ 'latest', 'mainnet', 'devnet', 'testnet' ]
steps:
- uses: pnpm/action-setup@v4
with:
version: 8.1
- uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node }}
- name: Init new package
run: pnpm init
- name: Install @nucypher/taco
run: pnpm install @nucypher/taco:${{ matrix.version }}