Skip to content

Update nodejs

Update nodejs #284

Workflow file for this run

name: Unit tests
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
test:
runs-on: ubuntu-20.04
strategy:
matrix:
node-version: [16.x, 18.x, 19.x]
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- run: npm ci
- run: ./fern.js build configs/ci/unit-tests.js
- run: ./fern.js test configs/ci/unit-tests.js -l unit-node --environment testing --no-build --ci report.xml