Skip to content

Drop explicit Intl global in lint config now that globals is fixed #2298

Drop explicit Intl global in lint config now that globals is fixed

Drop explicit Intl global in lint config now that globals is fixed #2298

Workflow file for this run

name: CI
on:
push:
paths:
- '.github/workflows/ci.yml'
- '**.js'
- '**.eslintrc.json'
- 'package.json'
- 'package-lock.json'
branches:
- main
pull_request:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@main
- name: use node 22
uses: actions/setup-node@v3
with:
node-version: 22.x
- run: npm ci
- run: node --test
lint:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@main
- name: use node 22
uses: actions/setup-node@v3
with:
node-version: 22.x
- run: npm ci
- run: node --run lint