Skip to content

Bump @babel/preset-env from 7.23.5 to 7.24.6 #1446

Bump @babel/preset-env from 7.23.5 to 7.24.6

Bump @babel/preset-env from 7.23.5 to 7.24.6 #1446

Workflow file for this run

name: Run Pandora Tests
on:
# Run this workflow on creation (or sync to source branch) of a new pull request
pull_request:
# Allow running this workflow manually from the Actions tab
workflow_dispatch:
jobs:
run_tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Node.js build
id: build
uses: actions/setup-node@v4
with:
node-version: 'lts/iron'
cache: 'npm'
- run: npm ci
- run: npm test
- run: npm run build