Skip to content

chore(deps): bump es5-ext from 0.10.62 to 0.10.64 #3

chore(deps): bump es5-ext from 0.10.62 to 0.10.64

chore(deps): bump es5-ext from 0.10.62 to 0.10.64 #3

Workflow file for this run

name: Test & build
on: [pull_request]
jobs:
main:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20.x
cache: npm
- run: npm ci --legacy-peer-deps
- run: npm test
- run: npm run build