Skip to content

Bump @babel/plugin-transform-modules-systemjs from 7.27.1 to 7.29.4 (… #3297

Bump @babel/plugin-transform-modules-systemjs from 7.27.1 to 7.29.4 (…

Bump @babel/plugin-transform-modules-systemjs from 7.27.1 to 7.29.4 (… #3297

name: javascript-test-runner / format
on:
push:
pull_request:
workflow_dispatch:
jobs:
verify:
runs-on: ubuntu-22.04
steps:
- name: 'Checkout code'
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
- name: Use Node.js LTS (20.x)
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e
with:
node-version: 20.x
- name: Enable pnpm
run: |
corepack enable pnpm
corepack pnpm -v
- name: 'Verify formatting of all files'
run: ./bin/check-formatting.sh