Skip to content

chore: update node from v16 to v20 #126

chore: update node from v16 to v20

chore: update node from v16 to v20 #126

Workflow file for this run

name: Lib
on:
push:
branches:
- main
paths:
- 'lib/**'
- '.github/workflows/lib-*'
- 'lib'
pull_request:
paths:
- 'lib/**'
- '.github/workflows/lib-*'
- 'lib'
jobs:
unit:
name: Unit Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@main
with:
node-version-file: .nvmrc
- run: npm ci
- run: npm test --workspace lib