Skip to content

Bump es5-ext from 0.10.15 to 0.10.64 #7

Bump es5-ext from 0.10.15 to 0.10.64

Bump es5-ext from 0.10.15 to 0.10.64 #7

Workflow file for this run

name: CI for Identifiers
on:
push:
branches:
- '**'
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [23, 22, 20, 18]
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
cache: 'yarn'
- name: Install dependencies
run: yarn install
- name: Run tests
run: yarn test