Skip to content

Bump @babel/preset-env from 7.25.4 to 7.26.0 (#551) #838

Bump @babel/preset-env from 7.25.4 to 7.26.0 (#551)

Bump @babel/preset-env from 7.25.4 to 7.26.0 (#551) #838

Workflow file for this run

name: Run Tests
on:
push:
branches: [ develop ]
pull_request:
types: [ opened, synchronize, reopened ]
paths:
- 'src/**'
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js 21.x
uses: actions/setup-node@v1
with:
node-version: 21.x
- run: cd src && yarn install --frozen-lockfile
- run: cd src && yarn test-coverage
- name: Upload coverage reports to Codecov
uses: codecov/[email protected]
with:
token: ${{ secrets.CODECOV_TOKEN }}
slug: JensAstrup/shortcut-assistant