Skip to content

Update dependency @babel/preset-env to v7.25.4 #1597

Update dependency @babel/preset-env to v7.25.4

Update dependency @babel/preset-env to v7.25.4 #1597

Workflow file for this run

name: test
on: push
jobs:
test:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
- uses: actions/setup-node@v4
with:
node-version-file: .node-version
cache: npm
- run: npm install
- run: npm run build
- run: npm test