mirror of
https://github.com/actions/publish-action.git
synced 2025-12-25 03:14:04 +08:00
* Update Node.js runtime to node24 in action.yml Changed the GitHub Action runtime from node20 to node24 to ensure compatibility with newer Node.js features and security updates. * Update basic-validation.yml * Upgrade to node24 upgrade to node24 * package.json version update --------- Co-authored-by: Aparna Jyothi <aparnajyothi-y@github.com>
15 lines
254 B
YAML
15 lines
254 B
YAML
name: Basic validation
|
|
|
|
on:
|
|
push:
|
|
branches:
|
|
- main
|
|
pull_request:
|
|
|
|
jobs:
|
|
call-basic-validation:
|
|
name: Basic validation
|
|
uses: actions/reusable-workflows/.github/workflows/basic-validation.yml@main
|
|
with:
|
|
node-version: '24'
|