/
githubmirror
/
babel
Обзор
Документация
Войти
/
githubmirror
/
babel
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
.github/workflows/pkg-pr-new.yml
28 строк
632 B
Nicolò Ribaudo
Test Node.js 26 on CI (#17989)
16 май 2026, 17:56
Не верифицирован
16 май 2026, 17:56
266d1f5
Код
Авторство
О чём код?
name: Release for testing on: pull_request: permissions: contents: read concurrency: group: ${{ github.workflow }}-${{ github.ref }} cancel-in-progress: true jobs: publish: name: Publish to pkg.pr.new runs-on: ubuntu-latest steps: - name: Checkout code uses: actions/checkout@v6 - name: Use Node.js latest uses: actions/setup-node@v6 with: node-version: latest cache: "yarn" - name: Build run: make prepublish - name: Publish run: yarn pkg-pr-new publish --only-templates --yarn './codemods/*' './eslint/*' './packages/*'