Skip to content

Fixes 'functions created with the Function constructor' #218

Fixes 'functions created with the Function constructor'

Fixes 'functions created with the Function constructor' #218

Workflow file for this run

name: 'Tests: pretest/build'
on: [pull_request, push]
jobs:
pretest:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: ljharb/actions/node/install@main
name: 'nvm install lts/* && npm install'
with:
node-version: 'lts/*'
skip-ls-check: true
- run: npm run pretest
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: ljharb/actions/node/install@main
name: 'nvm install lts/* && npm install'
with:
node-version: 'lts/*'
skip-ls-check: true
- run: npm run test:no_change