Skip to content

chore(ncrypt-js): fix ci issues #12

chore(ncrypt-js): fix ci issues

chore(ncrypt-js): fix ci issues #12

Workflow file for this run

name: Test
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 24
cache: 'yarn'
- run: yarn install --production=false
- run: yarn test