Bump @babel/preset-env from 7.25.4 to 7.25.7 #426
Workflow file for this run
This file contains 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: Node Tests | |
on: | |
push: | |
branches: | |
- develop | |
pull_request: | |
# Uncomment and edit the following to run on a schedule. | |
# schedule: | |
# - cron: '15 5 * * 0' # Run once per week at 5:15am UTC on Sundays. | |
jobs: | |
node-tests: | |
uses: alleyinteractive/.github/.github/workflows/node-tests.yml@main | |
with: | |
run-audit: true |