Skip to content

Bump terser from 5.31.6 to 5.32.0 #938

Bump terser from 5.31.6 to 5.32.0

Bump terser from 5.31.6 to 5.32.0 #938

Workflow file for this run

# This workflow will do a clean install of node dependencies, build the source code and run tests across different versions of node
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-nodejs-with-github-actions
name: Node.js CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build-and-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: volta-cli/action@v4
- run: volta install node@20
- run: npm install
- run: npm run build
- run: npm test
- run: volta install node@8
- run: npm run crash-test