Skip to content

Chore: use npm creds context #263

Chore: use npm creds context

Chore: use npm creds context #263

Workflow file for this run

name: Check with yarn
on: [push, pull_request]
jobs:
build:
name: Install and test with yarn
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: "24.11.0"
- run: yarn install
- run: yarn test