Skip to content

Update Node:20 and packages (#28) #35

Update Node:20 and packages (#28)

Update Node:20 and packages (#28) #35

Workflow file for this run

name: CI
on: [push]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: "20"
- run: yarn install
- name: Check lib
run: |
make
git diff --exit-code