Skip to content

chore(deps-dev): bump @babel/preset-env from 7.26.0 to 7.26.7 #671

chore(deps-dev): bump @babel/preset-env from 7.26.0 to 7.26.7

chore(deps-dev): bump @babel/preset-env from 7.26.0 to 7.26.7 #671

Workflow file for this run

name: tests
on:
push:
branches-ignore:
- deploy
tags-ignore:
- "*"
jobs:
build:
timeout-minutes: 10
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [lts/*]
steps:
- name: Git checkout
uses: actions/checkout@master
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- run: npm ci
- name: test
run: ./test.sh
env:
NODE_ENV: production
- name: build
run: ./build.sh
env:
NODE_ENV: production