Skip to content

Get Vault generator and its tests running in the browser #7

Get Vault generator and its tests running in the browser

Get Vault generator and its tests running in the browser #7

Workflow file for this run

on:
- push
- pull_request
jobs:
test:
strategy:
fail-fast: false
matrix:
node: [16, 18, 20, 22, 24]
name: node.js v${{ matrix.node }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node }}
- run: node --version
- run: npm install
- run: npm test