Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

feat!: bump default formatting version to composer version with fallaback to latest supported PHP #3128

feat!: bump default formatting version to composer version with fallaback to latest supported PHP

feat!: bump default formatting version to composer version with fallaback to latest supported PHP #3128

Workflow file for this run

name: Node CI
on:
push:
branches:
- main
pull_request:
permissions:
contents: read
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
cache: "yarn"
- run: yarn install --frozen-lockfile
- run: yarn lint
test:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
node-version: [18.x, 20.x, 22.x, 24.x]
env:
ENABLE_COVERAGE: true
AST_COMPARE: true
steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
cache: "yarn"
- run: yarn install --frozen-lockfile
- run: yarn c8 yarn test:node
- uses: codecov/codecov-action@v5
with:
fail_ci_if_error: true
disable_search: true
files: coverage/lcov.info
token: ${{ secrets.CODECOV_TOKEN }}
- run: yarn test:standalone
Morty Proxy This is a proxified and sanitized view of the page, visit original site.