Editorial: replace [[UnderlyingIterator]] with [[UnderlyingIterators]] #5459
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | name: 'ecma-262' | |
| on: [pull_request, push] | |
| jobs: | |
| build: | |
| name: 'build & lint ecmarkup' | |
| runs-on: ubuntu-22.04 | |
| steps: | |
| - uses: actions/checkout@v4 | |
| - uses: ljharb/actions/node/install@7f214d8efdbdcefc96ad9689663ef387a195deec | |
| name: 'nvm install lts/* && npm ci --no-audit' | |
| env: | |
| NPM_CONFIG_AUDIT: false | |
| with: | |
| node-version: lts/* | |
| use-npm-ci: true | |
| - run: npm run build-head |