Skip to content

Update Node.js to v22.13.1 #95

Update Node.js to v22.13.1

Update Node.js to v22.13.1 #95

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: moonrepo/setup-toolchain@v0
with:
auto-install: true
- run: yarn
- run: yarn constraints
- run: yarn dedupe --check
- run: yarn check