Skip to content

Bump @types/node from 20.19.1 to 24.9.1 #291

Bump @types/node from 20.19.1 to 24.9.1

Bump @types/node from 20.19.1 to 24.9.1 #291

Workflow file for this run

name: Test

Check failure on line 1 in .github/workflows/test.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/test.yml

Invalid workflow file

(Line: 1, Col: 1): Required property is missing: jobs
on:
pull_request:
branches:
- main
- 'v*'
#jobs:
# test:
# name: Test
# runs-on: ubuntu-latest
# steps:
# - uses: actions/checkout@v4
# - name: CodeDeploy
# uses: ./
# with:
# application-name: some-cd-app
# deployment-group-name: some-cd-group
# appspec-file: some-appspec-file
# I really don't know the best way to test this, so commenting it all out for now.
# A test would require setting up an application (probably with terraform).
# Just use https://github.com/byu-oit/hello-world-api and https://github.com/byu-oit/hw-lambda-api to test for now.