Skip to content

Bump @babel/preset-env from 7.24.3 to 7.24.5 #858

Bump @babel/preset-env from 7.24.3 to 7.24.5

Bump @babel/preset-env from 7.24.3 to 7.24.5 #858

Workflow file for this run

name: Run Scribes of the Cairo Geniza 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@v3
- name: Node.js build
uses: actions/setup-node@v3
with:
node-version: 'lts/hydrogen'
cache: 'npm'
- run: npm install
- run: npm test