build(deps): bump LizardByte/actions from 2026.227.132933 to 2026.227.200013 in the lizardbyte-actions group across 1 directory #199
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| --- | |
| # This workflow is centrally managed in https://github.com/LizardByte/.github/ | |
| # Don't make changes to this file in this repo as they will be overwritten with changes made to the same file in | |
| # the above-mentioned repo. | |
| # To use, add the `npm-pkg` repository label to identify repositories that should trigger this workflow. | |
| # This will run standard CI for Node.js/npm/TypeScript projects. | |
| name: CI-Node | |
| permissions: {} | |
| on: | |
| pull_request: | |
| push: | |
| branches: | |
| - master | |
| concurrency: | |
| group: "${{ github.workflow }}-${{ github.ref }}" | |
| cancel-in-progress: true | |
| jobs: | |
| call-ci-node: | |
| name: CI-Node | |
| uses: LizardByte/.github/.github/workflows/__call-ci-node.yml@master | |
| if: ${{ github.repository != 'LizardByte/.github' }} | |
| permissions: | |
| contents: write # required for release_setup action | |
| secrets: | |
| CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} | |
| GH_TOKEN: ${{ secrets.GH_BOT_TOKEN }} |