Bump Node.js from 20 to 22 for publicfeeds.net origin req function #1187
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
| name: Check project standards | |
| on: push | |
| jobs: | |
| check-cloudformation: | |
| uses: prx/.github/.github/workflows/check-project-std-cloudformation.yml@main | |
| check-python: | |
| uses: prx/.github/.github/workflows/check-project-std-python.yml@main | |
| check-ruby: | |
| uses: prx/.github/.github/workflows/check-project-std-ruby.yml@main | |
| check-javascript: | |
| uses: prx/.github/.github/workflows/check-project-std-javascript.yml@main |