Skip to content

upgrade node, various build packages, other cleanup #9

upgrade node, various build packages, other cleanup

upgrade node, various build packages, other cleanup #9

Workflow file for this run

name: Push CI
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: Codecademy/run-on-yarn@v2
with:
command: ${{ matrix.command }}
node-version: 20
strategy:
fail-fast: false
matrix:
command: ["eslint", "prettier", "test:ci", "compile"]
on: push